Shades of Golden Brown #996F0A
Tints of Golden Brown #996F0A
RGB
CMYK
RGB Variations
Color information
#996F0A (or 0x996F0A) is known color: Golden Brown. HEX triplet: 99, 6F and 0A. RGB value is (153,111,10). Sum of RGB (Red+Green+Blue) = 153+111+10=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F0A is #6690F5. Grayscale: #707070. Windows color (decimal): -6721782 or 683929. OLE color: 683929.
HSL color Cylindrical-coordinate representation of color #996F0A: hue angle of 42.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #996F0A is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 10 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.4 |
| HSL | 42.38º | 0.88% | 0.32% | - |
| HSV(B) | 42.38º | 0.93% | 0.6% | - |
| XYZ | 18.88 | 18.16 | 2.8 | - |
| YUV | 112.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 10 | 0 | 0.27 | 0.93 | 0.4 | 42.38 | 0.88 | 0.32 |
| Hex | 99 | 6F | A | 0 | 1B | 5D | 28 | 2A | 58 | 20 |
| Octal | 231 | 157 | 12 | 0 | 33 | 135 | 50 | 52 | 130 | 40 |
| Binary | 10011001 | 1101111 | 1010 | 0 | 11011 | 1011101 | 101000 | 101010 | 1011000 | 100000 |
Color Harmonies of #996F0A
Complementary color
Monochromatic Colors of #996F0A
Black with #996F0A
Text Example
Text Example
White with #996F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F0A; }
p { color: rgb(153,111,10); }
H1.HeaderClassName
{
color: #996F0A;
}
.AnyTagClassName
{
color: #996F0A;
}
</style>
background-color css
<style>
a { background-color: #996F0A; }
a { background-color: rgb(153,111,10); }
div.DivClassName
{
background-color: #996F0A;
}
.BgClassName
{
background-color: #996F0A;
}
</style>
border-color css
<style>
span { border-color: #996F0A; }
span { border-color: rgb(153,111,10); }
td.TdClassName
{
border-color: #996F0A;
}
.TagClassName
{
border-color: #996F0A;
}
</style>