Shades of Hacienda #987712
Tints of Hacienda #987712
RGB
CMYK
RGB Variations
Color information
#987712 (or 0x987712) is known color: Hacienda. HEX triplet: 98, 77 and 12. RGB value is (152,119,18). Sum of RGB (Red+Green+Blue) = 152+119+18=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987712 is #6788ED. Grayscale: #757575. Windows color (decimal): -6785262 or 1210264. OLE color: 1210264.
HSL color Cylindrical-coordinate representation of color #987712: hue angle of 45.22º 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 #987712 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 18 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.40 |
| HSL | 45.22º | 0.79% | 0.33% | - |
| HSV(B) | 45.22º | 0.88% | 0.6% | - |
| XYZ | 19.65 | 19.91 | 3.38 | - |
| YUV | 117.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 18 | 0 | 0.22 | 0.88 | 0.40 | 45.22 | 0.79 | 0.33 |
| Hex | 98 | 77 | 12 | 0 | 16 | 58 | 28 | 2D | 4F | 21 |
| Octal | 230 | 167 | 22 | 0 | 26 | 130 | 50 | 55 | 117 | 41 |
| Binary | 10011000 | 1110111 | 10010 | 0 | 10110 | 1011000 | 101000 | 101101 | 1001111 | 100001 |
Color Harmonies of #987712
Complementary color
Monochromatic Colors of #987712
Black with #987712
Text Example
Text Example
White with #987712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987712; }
p { color: rgb(152,119,18); }
H1.HeaderClassName
{
color: #987712;
}
.AnyTagClassName
{
color: #987712;
}
</style>
background-color css
<style>
a { background-color: #987712; }
a { background-color: rgb(152,119,18); }
div.DivClassName
{
background-color: #987712;
}
.BgClassName
{
background-color: #987712;
}
</style>
border-color css
<style>
span { border-color: #987712; }
span { border-color: rgb(152,119,18); }
td.TdClassName
{
border-color: #987712;
}
.TagClassName
{
border-color: #987712;
}
</style>