Shades of Golden Brown #997110
Tints of Golden Brown #997110
RGB
CMYK
RGB Variations
Color information
#997110 (or 0x997110) is known color: Golden Brown. HEX triplet: 99, 71 and 10. RGB value is (153,113,16). Sum of RGB (Red+Green+Blue) = 153+113+16=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #997110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997110 is #668EEF. Grayscale: #727272. Windows color (decimal): -6721264 or 1077657. OLE color: 1077657.
HSL color Cylindrical-coordinate representation of color #997110: hue angle of 42.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #997110 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 16 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.4 |
| HSL | 42.48º | 0.81% | 0.33% | - |
| HSV(B) | 42.48º | 0.9% | 0.6% | - |
| XYZ | 19.14 | 18.62 | 3.08 | - |
| YUV | 113.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 16 | 0 | 0.26 | 0.90 | 0.4 | 42.48 | 0.81 | 0.33 |
| Hex | 99 | 71 | 10 | 0 | 1A | 5A | 28 | 2A | 51 | 21 |
| Octal | 231 | 161 | 20 | 0 | 32 | 132 | 50 | 52 | 121 | 41 |
| Binary | 10011001 | 1110001 | 10000 | 0 | 11010 | 1011010 | 101000 | 101010 | 1010001 | 100001 |
Color Harmonies of #997110
Complementary color
Monochromatic Colors of #997110
Black with #997110
Text Example
Text Example
White with #997110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997110; }
p { color: rgb(153,113,16); }
H1.HeaderClassName
{
color: #997110;
}
.AnyTagClassName
{
color: #997110;
}
</style>
background-color css
<style>
a { background-color: #997110; }
a { background-color: rgb(153,113,16); }
div.DivClassName
{
background-color: #997110;
}
.BgClassName
{
background-color: #997110;
}
</style>
border-color css
<style>
span { border-color: #997110; }
span { border-color: rgb(153,113,16); }
td.TdClassName
{
border-color: #997110;
}
.TagClassName
{
border-color: #997110;
}
</style>