Shades of Golden Brown #996B08
Tints of Golden Brown #996B08
RGB
CMYK
RGB Variations
Color information
#996B08 (or 0x996B08) is known color: Golden Brown. HEX triplet: 99, 6B and 08. RGB value is (153,107,8). Sum of RGB (Red+Green+Blue) = 153+107+8=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #996B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B08 is #6694F7. Grayscale: #6D6D6D. Windows color (decimal): -6722808 or 551833. OLE color: 551833.
HSL color Cylindrical-coordinate representation of color #996B08: hue angle of 40.97º 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 #996B08 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 8 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.4 |
| HSL | 40.97º | 0.9% | 0.32% | - |
| HSV(B) | 40.97º | 0.95% | 0.6% | - |
| XYZ | 18.44 | 17.31 | 2.6 | - |
| YUV | 109.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 8 | 0 | 0.30 | 0.95 | 0.4 | 40.97 | 0.9 | 0.32 |
| Hex | 99 | 6B | 8 | 0 | 1E | 5F | 28 | 29 | 5A | 20 |
| Octal | 231 | 153 | 10 | 0 | 36 | 137 | 50 | 51 | 132 | 40 |
| Binary | 10011001 | 1101011 | 1000 | 0 | 11110 | 1011111 | 101000 | 101001 | 1011010 | 100000 |
Color Harmonies of #996B08
Complementary color
Monochromatic Colors of #996B08
Black with #996B08
Text Example
Text Example
White with #996B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B08; }
p { color: rgb(153,107,8); }
H1.HeaderClassName
{
color: #996B08;
}
.AnyTagClassName
{
color: #996B08;
}
</style>
background-color css
<style>
a { background-color: #996B08; }
a { background-color: rgb(153,107,8); }
div.DivClassName
{
background-color: #996B08;
}
.BgClassName
{
background-color: #996B08;
}
</style>
border-color css
<style>
span { border-color: #996B08; }
span { border-color: rgb(153,107,8); }
td.TdClassName
{
border-color: #996B08;
}
.TagClassName
{
border-color: #996B08;
}
</style>