Standard Colors Of  HTML 3.2
********************
Please visit my updated page at
http://www.dougbunger.com.
********************
 
To select a text color in an HTML document, use the following tag:
<FONT COLOR=#f f f f f f>text to be displayed</FONT>
Replace 'f f f f f f' with numerics listed with the example color.
0 0 0 0 0 0 = black
c 0 c 0 c 0 = silver *
8 0 8 0 8 0 = grey
f  f  f  f  f  f  = white
8 0 0 0 0 0 = maroon
f  f  0 0 0 0 = red
8 0 0 0 8 0 = purple
f  f  0 0 f  f  = fuchsia
0 0 8 0 0 0 = green
0 0 f  f  0 0 = lime
8 0 8 0 0 0 = olive
f  f  f  f  0 0 = yellow
0 0 0 0 8 0 = navy
0 0 0 0 f  f  = blue
0 0 8 0 8 0 = teal
0 0 f  f  f  f  = aqua
* Silver is, of course, black so it can be seen against the background.