Shades of Golden Brown #997011
Tints of Golden Brown #997011
RGB
CMYK
RGB Variations
Color information
#997011 (or 0x997011) is known color: Golden Brown. HEX triplet: 99, 70 and 11. RGB value is (153,112,17). Sum of RGB (Red+Green+Blue) = 153+112+17=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #997011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997011 is #668FEE. Grayscale: #717171. Windows color (decimal): -6721519 or 1142937. OLE color: 1142937.
HSL color Cylindrical-coordinate representation of color #997011: hue angle of 41.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #997011 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 17 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.4 |
| HSL | 41.91º | 0.8% | 0.33% | - |
| HSV(B) | 41.91º | 0.89% | 0.6% | - |
| XYZ | 19.03 | 18.4 | 3.08 | - |
| YUV | 113.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 17 | 0 | 0.27 | 0.89 | 0.4 | 41.91 | 0.8 | 0.33 |
| Hex | 99 | 70 | 11 | 0 | 1B | 59 | 28 | 2A | 50 | 21 |
| Octal | 231 | 160 | 21 | 0 | 33 | 131 | 50 | 52 | 120 | 41 |
| Binary | 10011001 | 1110000 | 10001 | 0 | 11011 | 1011001 | 101000 | 101010 | 1010000 | 100001 |
Color Harmonies of #997011
Complementary color
Monochromatic Colors of #997011
Black with #997011
Text Example
Text Example
White with #997011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997011; }
p { color: rgb(153,112,17); }
H1.HeaderClassName
{
color: #997011;
}
.AnyTagClassName
{
color: #997011;
}
</style>
background-color css
<style>
a { background-color: #997011; }
a { background-color: rgb(153,112,17); }
div.DivClassName
{
background-color: #997011;
}
.BgClassName
{
background-color: #997011;
}
</style>
border-color css
<style>
span { border-color: #997011; }
span { border-color: rgb(153,112,17); }
td.TdClassName
{
border-color: #997011;
}
.TagClassName
{
border-color: #997011;
}
</style>