Shades of Hacienda #987612
Tints of Hacienda #987612
RGB
CMYK
RGB Variations
Color information
#987612 (or 0x987612) is known color: Hacienda. HEX triplet: 98, 76 and 12. RGB value is (152,118,18). Sum of RGB (Red+Green+Blue) = 152+118+18=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #987612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987612 is #6789ED. Grayscale: #757575. Windows color (decimal): -6785518 or 1210008. OLE color: 1210008.
HSL color Cylindrical-coordinate representation of color #987612: hue angle of 44.78º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987612 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 18 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.40 |
| HSL | 44.78º | 0.79% | 0.33% | - |
| HSV(B) | 44.78º | 0.88% | 0.6% | - |
| XYZ | 19.54 | 19.68 | 3.34 | - |
| YUV | 116.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 18 | 0 | 0.22 | 0.88 | 0.40 | 44.78 | 0.79 | 0.33 |
| Hex | 98 | 76 | 12 | 0 | 16 | 58 | 28 | 2D | 4F | 21 |
| Octal | 230 | 166 | 22 | 0 | 26 | 130 | 50 | 55 | 117 | 41 |
| Binary | 10011000 | 1110110 | 10010 | 0 | 10110 | 1011000 | 101000 | 101101 | 1001111 | 100001 |
Color Harmonies of #987612
Complementary color
Monochromatic Colors of #987612
Black with #987612
Text Example
Text Example
White with #987612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987612; }
p { color: rgb(152,118,18); }
H1.HeaderClassName
{
color: #987612;
}
.AnyTagClassName
{
color: #987612;
}
</style>
background-color css
<style>
a { background-color: #987612; }
a { background-color: rgb(152,118,18); }
div.DivClassName
{
background-color: #987612;
}
.BgClassName
{
background-color: #987612;
}
</style>
border-color css
<style>
span { border-color: #987612; }
span { border-color: rgb(152,118,18); }
td.TdClassName
{
border-color: #987612;
}
.TagClassName
{
border-color: #987612;
}
</style>