Shades of Golden Brown #996F20
Tints of Golden Brown #996F20
RGB
CMYK
RGB Variations
Color information
#996F20 (or 0x996F20) is known color: Golden Brown. HEX triplet: 99, 6F and 20. RGB value is (153,111,32). Sum of RGB (Red+Green+Blue) = 153+111+32=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #996F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F20 is #6690DF. Grayscale: #727272. Windows color (decimal): -6721760 or 2125721. OLE color: 2125721.
HSL color Cylindrical-coordinate representation of color #996F20: hue angle of 39.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #996F20 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 32 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.4 |
| HSL | 39.17º | 0.65% | 0.36% | - |
| HSV(B) | 39.17º | 0.79% | 0.6% | - |
| XYZ | 19.08 | 18.25 | 3.88 | - |
| YUV | 114.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 32 | 0 | 0.27 | 0.79 | 0.4 | 39.17 | 0.65 | 0.36 |
| Hex | 99 | 6F | 20 | 0 | 1B | 4F | 28 | 27 | 41 | 24 |
| Octal | 231 | 157 | 40 | 0 | 33 | 117 | 50 | 47 | 101 | 44 |
| Binary | 10011001 | 1101111 | 100000 | 0 | 11011 | 1001111 | 101000 | 100111 | 1000001 | 100100 |
Color Harmonies of #996F20
Complementary color
Monochromatic Colors of #996F20
Black with #996F20
Text Example
Text Example
White with #996F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F20; }
p { color: rgb(153,111,32); }
H1.HeaderClassName
{
color: #996F20;
}
.AnyTagClassName
{
color: #996F20;
}
</style>
background-color css
<style>
a { background-color: #996F20; }
a { background-color: rgb(153,111,32); }
div.DivClassName
{
background-color: #996F20;
}
.BgClassName
{
background-color: #996F20;
}
</style>
border-color css
<style>
span { border-color: #996F20; }
span { border-color: rgb(153,111,32); }
td.TdClassName
{
border-color: #996F20;
}
.TagClassName
{
border-color: #996F20;
}
</style>