Shades of Hacienda #987710
Tints of Hacienda #987710
RGB
CMYK
RGB Variations
Color information
#987710 (or 0x987710) is known color: Hacienda. HEX triplet: 98, 77 and 10. RGB value is (152,119,16). Sum of RGB (Red+Green+Blue) = 152+119+16=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987710 is #6788EF. Grayscale: #757575. Windows color (decimal): -6785264 or 1079192. OLE color: 1079192.
HSL color Cylindrical-coordinate representation of color #987710: hue angle of 45.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #987710 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 16 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.40 |
| HSL | 45.44º | 0.81% | 0.33% | - |
| HSV(B) | 45.44º | 0.89% | 0.6% | - |
| XYZ | 19.64 | 19.91 | 3.3 | - |
| YUV | 117.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 16 | 0 | 0.22 | 0.89 | 0.40 | 45.44 | 0.81 | 0.33 |
| Hex | 98 | 77 | 10 | 0 | 16 | 59 | 28 | 2D | 51 | 21 |
| Octal | 230 | 167 | 20 | 0 | 26 | 131 | 50 | 55 | 121 | 41 |
| Binary | 10011000 | 1110111 | 10000 | 0 | 10110 | 1011001 | 101000 | 101101 | 1010001 | 100001 |
Color Harmonies of #987710
Complementary color
Monochromatic Colors of #987710
Black with #987710
Text Example
Text Example
White with #987710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987710; }
p { color: rgb(152,119,16); }
H1.HeaderClassName
{
color: #987710;
}
.AnyTagClassName
{
color: #987710;
}
</style>
background-color css
<style>
a { background-color: #987710; }
a { background-color: rgb(152,119,16); }
div.DivClassName
{
background-color: #987710;
}
.BgClassName
{
background-color: #987710;
}
</style>
border-color css
<style>
span { border-color: #987710; }
span { border-color: rgb(152,119,16); }
td.TdClassName
{
border-color: #987710;
}
.TagClassName
{
border-color: #987710;
}
</style>