Shades of Golden Brown #996608
Tints of Golden Brown #996608
RGB
CMYK
RGB Variations
Color information
#996608 (or 0x996608) is known color: Golden Brown. HEX triplet: 99, 66 and 08. RGB value is (153,102,8). Sum of RGB (Red+Green+Blue) = 153+102+8=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #996608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996608 is #6699F7. Grayscale: #6A6A6A. Windows color (decimal): -6724088 or 550553. OLE color: 550553.
HSL color Cylindrical-coordinate representation of color #996608: hue angle of 38.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #996608 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 8 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.4 |
| HSL | 38.9º | 0.9% | 0.32% | - |
| HSV(B) | 38.9º | 0.95% | 0.6% | - |
| XYZ | 17.93 | 16.29 | 2.43 | - |
| YUV | 106.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 8 | 0 | 0.33 | 0.95 | 0.4 | 38.9 | 0.9 | 0.32 |
| Hex | 99 | 66 | 8 | 0 | 21 | 5F | 28 | 27 | 5A | 20 |
| Octal | 231 | 146 | 10 | 0 | 41 | 137 | 50 | 47 | 132 | 40 |
| Binary | 10011001 | 1100110 | 1000 | 0 | 100001 | 1011111 | 101000 | 100111 | 1011010 | 100000 |
Color Harmonies of #996608
Complementary color
Monochromatic Colors of #996608
Black with #996608
Text Example
Text Example
White with #996608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996608; }
p { color: rgb(153,102,8); }
H1.HeaderClassName
{
color: #996608;
}
.AnyTagClassName
{
color: #996608;
}
</style>
background-color css
<style>
a { background-color: #996608; }
a { background-color: rgb(153,102,8); }
div.DivClassName
{
background-color: #996608;
}
.BgClassName
{
background-color: #996608;
}
</style>
border-color css
<style>
span { border-color: #996608; }
span { border-color: rgb(153,102,8); }
td.TdClassName
{
border-color: #996608;
}
.TagClassName
{
border-color: #996608;
}
</style>