Shades of Hacienda #997E15
Tints of Hacienda #997E15
RGB
CMYK
RGB Variations
Color information
#997E15 (or 0x997E15) is known color: Hacienda. HEX triplet: 99, 7E and 15. RGB value is (153,126,21). Sum of RGB (Red+Green+Blue) = 153+126+21=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E15 is #6681EA. Grayscale: #7A7A7A. Windows color (decimal): -6717931 or 1408665. OLE color: 1408665.
HSL color Cylindrical-coordinate representation of color #997E15: hue angle of 47.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997E15 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 21 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.4 |
| HSL | 47.73º | 0.76% | 0.34% | - |
| HSV(B) | 47.73º | 0.86% | 0.6% | - |
| XYZ | 20.73 | 21.75 | 3.81 | - |
| YUV | 122.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 21 | 0 | 0.18 | 0.86 | 0.4 | 47.73 | 0.76 | 0.34 |
| Hex | 99 | 7E | 15 | 0 | 12 | 56 | 28 | 30 | 4C | 22 |
| Octal | 231 | 176 | 25 | 0 | 22 | 126 | 50 | 60 | 114 | 42 |
| Binary | 10011001 | 1111110 | 10101 | 0 | 10010 | 1010110 | 101000 | 110000 | 1001100 | 100010 |
Color Harmonies of #997E15
Complementary color
Monochromatic Colors of #997E15
Black with #997E15
Text Example
Text Example
White with #997E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E15; }
p { color: rgb(153,126,21); }
H1.HeaderClassName
{
color: #997E15;
}
.AnyTagClassName
{
color: #997E15;
}
</style>
background-color css
<style>
a { background-color: #997E15; }
a { background-color: rgb(153,126,21); }
div.DivClassName
{
background-color: #997E15;
}
.BgClassName
{
background-color: #997E15;
}
</style>
border-color css
<style>
span { border-color: #997E15; }
span { border-color: rgb(153,126,21); }
td.TdClassName
{
border-color: #997E15;
}
.TagClassName
{
border-color: #997E15;
}
</style>