Shades of Golden Brown #996F16
Tints of Golden Brown #996F16
RGB
CMYK
RGB Variations
Color information
#996F16 (or 0x996F16) is known color: Golden Brown. HEX triplet: 99, 6F and 16. RGB value is (153,111,22). Sum of RGB (Red+Green+Blue) = 153+111+22=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #996F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F16 is #6690E9. Grayscale: #717171. Windows color (decimal): -6721770 or 1470361. OLE color: 1470361.
HSL color Cylindrical-coordinate representation of color #996F16: hue angle of 40.76º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #996F16 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 22 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.4 |
| HSL | 40.76º | 0.75% | 0.34% | - |
| HSV(B) | 40.76º | 0.86% | 0.6% | - |
| XYZ | 18.97 | 18.2 | 3.27 | - |
| YUV | 113.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 22 | 0 | 0.27 | 0.86 | 0.4 | 40.76 | 0.75 | 0.34 |
| Hex | 99 | 6F | 16 | 0 | 1B | 56 | 28 | 29 | 4B | 22 |
| Octal | 231 | 157 | 26 | 0 | 33 | 126 | 50 | 51 | 113 | 42 |
| Binary | 10011001 | 1101111 | 10110 | 0 | 11011 | 1010110 | 101000 | 101001 | 1001011 | 100010 |
Color Harmonies of #996F16
Complementary color
Monochromatic Colors of #996F16
Black with #996F16
Text Example
Text Example
White with #996F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F16; }
p { color: rgb(153,111,22); }
H1.HeaderClassName
{
color: #996F16;
}
.AnyTagClassName
{
color: #996F16;
}
</style>
background-color css
<style>
a { background-color: #996F16; }
a { background-color: rgb(153,111,22); }
div.DivClassName
{
background-color: #996F16;
}
.BgClassName
{
background-color: #996F16;
}
</style>
border-color css
<style>
span { border-color: #996F16; }
span { border-color: rgb(153,111,22); }
td.TdClassName
{
border-color: #996F16;
}
.TagClassName
{
border-color: #996F16;
}
</style>