Shades of Golden Brown #996605
Tints of Golden Brown #996605
RGB
CMYK
RGB Variations
Color information
#996605 (or 0x996605) is known color: Golden Brown. HEX triplet: 99, 66 and 05. RGB value is (153,102,5). Sum of RGB (Red+Green+Blue) = 153+102+5=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #996605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996605 is #6699FA. Grayscale: #6A6A6A. Windows color (decimal): -6724091 or 353945. OLE color: 353945.
HSL color Cylindrical-coordinate representation of color #996605: hue angle of 39.32º degrees, saturation: 0.94, 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 #996605 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.4 |
| HSL | 39.32º | 0.94% | 0.31% | - |
| HSV(B) | 39.32º | 0.97% | 0.6% | - |
| XYZ | 17.92 | 16.29 | 2.34 | - |
| YUV | 106.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 5 | 0 | 0.33 | 0.97 | 0.4 | 39.32 | 0.94 | 0.31 |
| Hex | 99 | 66 | 5 | 0 | 21 | 61 | 28 | 27 | 5E | 1F |
| Octal | 231 | 146 | 5 | 0 | 41 | 141 | 50 | 47 | 136 | 37 |
| Binary | 10011001 | 1100110 | 101 | 0 | 100001 | 1100001 | 101000 | 100111 | 1011110 | 11111 |
Color Harmonies of #996605
Complementary color
Monochromatic Colors of #996605
Black with #996605
Text Example
Text Example
White with #996605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996605; }
p { color: rgb(153,102,5); }
H1.HeaderClassName
{
color: #996605;
}
.AnyTagClassName
{
color: #996605;
}
</style>
background-color css
<style>
a { background-color: #996605; }
a { background-color: rgb(153,102,5); }
div.DivClassName
{
background-color: #996605;
}
.BgClassName
{
background-color: #996605;
}
</style>
border-color css
<style>
span { border-color: #996605; }
span { border-color: rgb(153,102,5); }
td.TdClassName
{
border-color: #996605;
}
.TagClassName
{
border-color: #996605;
}
</style>