Shades of Golden Brown #997010
Tints of Golden Brown #997010
RGB
CMYK
RGB Variations
Color information
#997010 (or 0x997010) is known color: Golden Brown. HEX triplet: 99, 70 and 10. RGB value is (153,112,16). Sum of RGB (Red+Green+Blue) = 153+112+16=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #997010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997010 is #668FEF. Grayscale: #717171. Windows color (decimal): -6721520 or 1077401. OLE color: 1077401.
HSL color Cylindrical-coordinate representation of color #997010: hue angle of 42.04º 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 #997010 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 16 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.4 |
| HSL | 42.04º | 0.81% | 0.33% | - |
| HSV(B) | 42.04º | 0.9% | 0.6% | - |
| XYZ | 19.02 | 18.4 | 3.04 | - |
| YUV | 113.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 16 | 0 | 0.27 | 0.90 | 0.4 | 42.04 | 0.81 | 0.33 |
| Hex | 99 | 70 | 10 | 0 | 1B | 5A | 28 | 2A | 51 | 21 |
| Octal | 231 | 160 | 20 | 0 | 33 | 132 | 50 | 52 | 121 | 41 |
| Binary | 10011001 | 1110000 | 10000 | 0 | 11011 | 1011010 | 101000 | 101010 | 1010001 | 100001 |
Color Harmonies of #997010
Complementary color
Monochromatic Colors of #997010
Black with #997010
Text Example
Text Example
White with #997010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997010; }
p { color: rgb(153,112,16); }
H1.HeaderClassName
{
color: #997010;
}
.AnyTagClassName
{
color: #997010;
}
</style>
background-color css
<style>
a { background-color: #997010; }
a { background-color: rgb(153,112,16); }
div.DivClassName
{
background-color: #997010;
}
.BgClassName
{
background-color: #997010;
}
</style>
border-color css
<style>
span { border-color: #997010; }
span { border-color: rgb(153,112,16); }
td.TdClassName
{
border-color: #997010;
}
.TagClassName
{
border-color: #997010;
}
</style>