Shades of Golden Brown #997013
Tints of Golden Brown #997013
RGB
CMYK
RGB Variations
Color information
#997013 (or 0x997013) is known color: Golden Brown. HEX triplet: 99, 70 and 13. RGB value is (153,112,19). Sum of RGB (Red+Green+Blue) = 153+112+19=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #997013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997013 is #668FEC. Grayscale: #727272. Windows color (decimal): -6721517 or 1274009. OLE color: 1274009.
HSL color Cylindrical-coordinate representation of color #997013: hue angle of 41.64º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #997013 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 19 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.4 |
| HSL | 41.64º | 0.78% | 0.34% | - |
| HSV(B) | 41.64º | 0.88% | 0.6% | - |
| XYZ | 19.05 | 18.41 | 3.17 | - |
| YUV | 113.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 19 | 0 | 0.27 | 0.88 | 0.4 | 41.64 | 0.78 | 0.34 |
| Hex | 99 | 70 | 13 | 0 | 1B | 58 | 28 | 2A | 4E | 22 |
| Octal | 231 | 160 | 23 | 0 | 33 | 130 | 50 | 52 | 116 | 42 |
| Binary | 10011001 | 1110000 | 10011 | 0 | 11011 | 1011000 | 101000 | 101010 | 1001110 | 100010 |
Color Harmonies of #997013
Complementary color
Monochromatic Colors of #997013
Black with #997013
Text Example
Text Example
White with #997013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997013; }
p { color: rgb(153,112,19); }
H1.HeaderClassName
{
color: #997013;
}
.AnyTagClassName
{
color: #997013;
}
</style>
background-color css
<style>
a { background-color: #997013; }
a { background-color: rgb(153,112,19); }
div.DivClassName
{
background-color: #997013;
}
.BgClassName
{
background-color: #997013;
}
</style>
border-color css
<style>
span { border-color: #997013; }
span { border-color: rgb(153,112,19); }
td.TdClassName
{
border-color: #997013;
}
.TagClassName
{
border-color: #997013;
}
</style>