Shades of Hacienda #987815
Tints of Hacienda #987815
RGB
CMYK
RGB Variations
Color information
#987815 (or 0x987815) is known color: Hacienda. HEX triplet: 98, 78 and 15. RGB value is (152,120,21). Sum of RGB (Red+Green+Blue) = 152+120+21=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #987815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987815 is #6787EA. Grayscale: #767676. Windows color (decimal): -6785003 or 1407128. OLE color: 1407128.
HSL color Cylindrical-coordinate representation of color #987815: hue angle of 45.34º 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 #987815 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 21 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.40 |
| HSL | 45.34º | 0.76% | 0.34% | - |
| HSV(B) | 45.34º | 0.86% | 0.6% | - |
| XYZ | 19.8 | 20.16 | 3.56 | - |
| YUV | 118.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 21 | 0 | 0.21 | 0.86 | 0.40 | 45.34 | 0.76 | 0.34 |
| Hex | 98 | 78 | 15 | 0 | 15 | 56 | 28 | 2D | 4C | 22 |
| Octal | 230 | 170 | 25 | 0 | 25 | 126 | 50 | 55 | 114 | 42 |
| Binary | 10011000 | 1111000 | 10101 | 0 | 10101 | 1010110 | 101000 | 101101 | 1001100 | 100010 |
Color Harmonies of #987815
Complementary color
Monochromatic Colors of #987815
Black with #987815
Text Example
Text Example
White with #987815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987815; }
p { color: rgb(152,120,21); }
H1.HeaderClassName
{
color: #987815;
}
.AnyTagClassName
{
color: #987815;
}
</style>
background-color css
<style>
a { background-color: #987815; }
a { background-color: rgb(152,120,21); }
div.DivClassName
{
background-color: #987815;
}
.BgClassName
{
background-color: #987815;
}
</style>
border-color css
<style>
span { border-color: #987815; }
span { border-color: rgb(152,120,21); }
td.TdClassName
{
border-color: #987815;
}
.TagClassName
{
border-color: #987815;
}
</style>