Shades of Golden Brown #997014
Tints of Golden Brown #997014
RGB
CMYK
RGB Variations
Color information
#997014 (or 0x997014) is known color: Golden Brown. HEX triplet: 99, 70 and 14. RGB value is (153,112,20). Sum of RGB (Red+Green+Blue) = 153+112+20=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #997014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997014 is #668FEB. Grayscale: #727272. Windows color (decimal): -6721516 or 1339545. OLE color: 1339545.
HSL color Cylindrical-coordinate representation of color #997014: hue angle of 41.5º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #997014 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 20 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.4 |
| HSL | 41.5º | 0.77% | 0.34% | - |
| HSV(B) | 41.5º | 0.87% | 0.6% | - |
| XYZ | 19.06 | 18.41 | 3.21 | - |
| YUV | 113.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 20 | 0 | 0.27 | 0.87 | 0.4 | 41.5 | 0.77 | 0.34 |
| Hex | 99 | 70 | 14 | 0 | 1B | 57 | 28 | 2A | 4D | 22 |
| Octal | 231 | 160 | 24 | 0 | 33 | 127 | 50 | 52 | 115 | 42 |
| Binary | 10011001 | 1110000 | 10100 | 0 | 11011 | 1010111 | 101000 | 101010 | 1001101 | 100010 |
Color Harmonies of #997014
Complementary color
Monochromatic Colors of #997014
Black with #997014
Text Example
Text Example
White with #997014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997014; }
p { color: rgb(153,112,20); }
H1.HeaderClassName
{
color: #997014;
}
.AnyTagClassName
{
color: #997014;
}
</style>
background-color css
<style>
a { background-color: #997014; }
a { background-color: rgb(153,112,20); }
div.DivClassName
{
background-color: #997014;
}
.BgClassName
{
background-color: #997014;
}
</style>
border-color css
<style>
span { border-color: #997014; }
span { border-color: rgb(153,112,20); }
td.TdClassName
{
border-color: #997014;
}
.TagClassName
{
border-color: #997014;
}
</style>