Shades of Golden Brown #996404
Tints of Golden Brown #996404
RGB
CMYK
RGB Variations
Color information
#996404 (or 0x996404) is known color: Golden Brown. HEX triplet: 99, 64 and 04. RGB value is (153,100,4). Sum of RGB (Red+Green+Blue) = 153+100+4=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #996404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996404 is #669BFB. Grayscale: #696969. Windows color (decimal): -6724604 or 287897. OLE color: 287897.
HSL color Cylindrical-coordinate representation of color #996404: hue angle of 38.66º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996404 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 4 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.4 |
| HSL | 38.66º | 0.95% | 0.31% | - |
| HSV(B) | 38.66º | 0.97% | 0.6% | - |
| XYZ | 17.72 | 15.9 | 2.25 | - |
| YUV | 104.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 4 | 0 | 0.35 | 0.97 | 0.4 | 38.66 | 0.95 | 0.31 |
| Hex | 99 | 64 | 4 | 0 | 23 | 61 | 28 | 27 | 5F | 1F |
| Octal | 231 | 144 | 4 | 0 | 43 | 141 | 50 | 47 | 137 | 37 |
| Binary | 10011001 | 1100100 | 100 | 0 | 100011 | 1100001 | 101000 | 100111 | 1011111 | 11111 |
Color Harmonies of #996404
Complementary color
Monochromatic Colors of #996404
Black with #996404
Text Example
Text Example
White with #996404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996404; }
p { color: rgb(153,100,4); }
H1.HeaderClassName
{
color: #996404;
}
.AnyTagClassName
{
color: #996404;
}
</style>
background-color css
<style>
a { background-color: #996404; }
a { background-color: rgb(153,100,4); }
div.DivClassName
{
background-color: #996404;
}
.BgClassName
{
background-color: #996404;
}
</style>
border-color css
<style>
span { border-color: #996404; }
span { border-color: rgb(153,100,4); }
td.TdClassName
{
border-color: #996404;
}
.TagClassName
{
border-color: #996404;
}
</style>