Shades of Hacienda #987B15
Tints of Hacienda #987B15
RGB
CMYK
RGB Variations
Color information
#987B15 (or 0x987B15) is known color: Hacienda. HEX triplet: 98, 7B and 15. RGB value is (152,123,21). Sum of RGB (Red+Green+Blue) = 152+123+21=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #987B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B15 is #6784EA. Grayscale: #787878. Windows color (decimal): -6784235 or 1407896. OLE color: 1407896.
HSL color Cylindrical-coordinate representation of color #987B15: hue angle of 46.72º 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 #987B15 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 21 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.40 |
| HSL | 46.72º | 0.76% | 0.34% | - |
| HSV(B) | 46.72º | 0.86% | 0.6% | - |
| XYZ | 20.17 | 20.9 | 3.68 | - |
| YUV | 120.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 21 | 0 | 0.19 | 0.86 | 0.40 | 46.72 | 0.76 | 0.34 |
| Hex | 98 | 7B | 15 | 0 | 13 | 56 | 28 | 2F | 4C | 22 |
| Octal | 230 | 173 | 25 | 0 | 23 | 126 | 50 | 57 | 114 | 42 |
| Binary | 10011000 | 1111011 | 10101 | 0 | 10011 | 1010110 | 101000 | 101111 | 1001100 | 100010 |
Color Harmonies of #987B15
Complementary color
Monochromatic Colors of #987B15
Black with #987B15
Text Example
Text Example
White with #987B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B15; }
p { color: rgb(152,123,21); }
H1.HeaderClassName
{
color: #987B15;
}
.AnyTagClassName
{
color: #987B15;
}
</style>
background-color css
<style>
a { background-color: #987B15; }
a { background-color: rgb(152,123,21); }
div.DivClassName
{
background-color: #987B15;
}
.BgClassName
{
background-color: #987B15;
}
</style>
border-color css
<style>
span { border-color: #987B15; }
span { border-color: rgb(152,123,21); }
td.TdClassName
{
border-color: #987B15;
}
.TagClassName
{
border-color: #987B15;
}
</style>