These codes can be used in alot of ways, listed are a few choices:
To change the color of your web page background the HTML code is --
<BODY BGCOLOR=#HEX CODE>
To change the color of a link the HTML code is --
<LINK=#HEX CODE>
To change the color of a visited link the HTML code is --
<VLINK=#HEX CODE>
To change the color of a active line the HTML code is --
<ALINK=#HEX CODE>
Common verison of a body tag using the above coding --
< BODY BGCOLOR=#HEX CODE LINK=#HEX CODE ALINK=#HEX CODE VLINK=#HEX CODE>
To change the color of your font on your web page the HTML code is --
<FONT COLOR=#HEX CODE>
To change the color of your table border the HTML code is --
<TABLE BORDER="3" BORDERCOLOR="#HEX CODE", etc..>