Shades of Hacienda #987615
Tints of Hacienda #987615
RGB
CMYK
RGB Variations
Color information
#987615 (or 0x987615) is known color: Hacienda. HEX triplet: 98, 76 and 15. RGB value is (152,118,21). Sum of RGB (Red+Green+Blue) = 152+118+21=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #987615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987615 is #6789EA. Grayscale: #757575. Windows color (decimal): -6785515 or 1406616. OLE color: 1406616.
HSL color Cylindrical-coordinate representation of color #987615: hue angle of 44.43º 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 #987615 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 21 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.40 |
| HSL | 44.43º | 0.76% | 0.34% | - |
| HSV(B) | 44.43º | 0.86% | 0.6% | - |
| XYZ | 19.56 | 19.69 | 3.48 | - |
| YUV | 117.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 21 | 0 | 0.22 | 0.86 | 0.40 | 44.43 | 0.76 | 0.34 |
| Hex | 98 | 76 | 15 | 0 | 16 | 56 | 28 | 2C | 4C | 22 |
| Octal | 230 | 166 | 25 | 0 | 26 | 126 | 50 | 54 | 114 | 42 |
| Binary | 10011000 | 1110110 | 10101 | 0 | 10110 | 1010110 | 101000 | 101100 | 1001100 | 100010 |
Color Harmonies of #987615
Complementary color
Monochromatic Colors of #987615
Black with #987615
Text Example
Text Example
White with #987615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987615; }
p { color: rgb(152,118,21); }
H1.HeaderClassName
{
color: #987615;
}
.AnyTagClassName
{
color: #987615;
}
</style>
background-color css
<style>
a { background-color: #987615; }
a { background-color: rgb(152,118,21); }
div.DivClassName
{
background-color: #987615;
}
.BgClassName
{
background-color: #987615;
}
</style>
border-color css
<style>
span { border-color: #987615; }
span { border-color: rgb(152,118,21); }
td.TdClassName
{
border-color: #987615;
}
.TagClassName
{
border-color: #987615;
}
</style>