Shades of Hacienda #987E15
Tints of Hacienda #987E15
RGB
CMYK
RGB Variations
Color information
#987E15 (or 0x987E15) is known color: Hacienda. HEX triplet: 98, 7E and 15. RGB value is (152,126,21). Sum of RGB (Red+Green+Blue) = 152+126+21=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #987E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987E15 is #6781EA. Grayscale: #7A7A7A. Windows color (decimal): -6783467 or 1408664. OLE color: 1408664.
HSL color Cylindrical-coordinate representation of color #987E15: hue angle of 48.09º 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 #987E15 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 21 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.40 |
| HSL | 48.09º | 0.76% | 0.34% | - |
| HSV(B) | 48.09º | 0.86% | 0.6% | - |
| XYZ | 20.55 | 21.65 | 3.81 | - |
| YUV | 121.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 21 | 0 | 0.17 | 0.86 | 0.40 | 48.09 | 0.76 | 0.34 |
| Hex | 98 | 7E | 15 | 0 | 11 | 56 | 28 | 30 | 4C | 22 |
| Octal | 230 | 176 | 25 | 0 | 21 | 126 | 50 | 60 | 114 | 42 |
| Binary | 10011000 | 1111110 | 10101 | 0 | 10001 | 1010110 | 101000 | 110000 | 1001100 | 100010 |
Color Harmonies of #987E15
Complementary color
Monochromatic Colors of #987E15
Black with #987E15
Text Example
Text Example
White with #987E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E15; }
p { color: rgb(152,126,21); }
H1.HeaderClassName
{
color: #987E15;
}
.AnyTagClassName
{
color: #987E15;
}
</style>
background-color css
<style>
a { background-color: #987E15; }
a { background-color: rgb(152,126,21); }
div.DivClassName
{
background-color: #987E15;
}
.BgClassName
{
background-color: #987E15;
}
</style>
border-color css
<style>
span { border-color: #987E15; }
span { border-color: rgb(152,126,21); }
td.TdClassName
{
border-color: #987E15;
}
.TagClassName
{
border-color: #987E15;
}
</style>