Shades of Hacienda #987C16
Tints of Hacienda #987C16
RGB
CMYK
RGB Variations
Color information
#987C16 (or 0x987C16) is known color: Hacienda. HEX triplet: 98, 7C and 16. RGB value is (152,124,22). Sum of RGB (Red+Green+Blue) = 152+124+22=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #987C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C16 is #6783E9. Grayscale: #797979. Windows color (decimal): -6783978 or 1473688. OLE color: 1473688.
HSL color Cylindrical-coordinate representation of color #987C16: hue angle of 47.08º degrees, saturation: 0.75, 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 #987C16 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 22 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.40 |
| HSL | 47.08º | 0.75% | 0.34% | - |
| HSV(B) | 47.08º | 0.86% | 0.6% | - |
| XYZ | 20.3 | 21.15 | 3.77 | - |
| YUV | 120.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 22 | 0 | 0.18 | 0.86 | 0.40 | 47.08 | 0.75 | 0.34 |
| Hex | 98 | 7C | 16 | 0 | 12 | 56 | 28 | 2F | 4B | 22 |
| Octal | 230 | 174 | 26 | 0 | 22 | 126 | 50 | 57 | 113 | 42 |
| Binary | 10011000 | 1111100 | 10110 | 0 | 10010 | 1010110 | 101000 | 101111 | 1001011 | 100010 |
Color Harmonies of #987C16
Complementary color
Monochromatic Colors of #987C16
Black with #987C16
Text Example
Text Example
White with #987C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C16; }
p { color: rgb(152,124,22); }
H1.HeaderClassName
{
color: #987C16;
}
.AnyTagClassName
{
color: #987C16;
}
</style>
background-color css
<style>
a { background-color: #987C16; }
a { background-color: rgb(152,124,22); }
div.DivClassName
{
background-color: #987C16;
}
.BgClassName
{
background-color: #987C16;
}
</style>
border-color css
<style>
span { border-color: #987C16; }
span { border-color: rgb(152,124,22); }
td.TdClassName
{
border-color: #987C16;
}
.TagClassName
{
border-color: #987C16;
}
</style>