Shades of Hacienda #987F10
Tints of Hacienda #987F10
RGB
CMYK
RGB Variations
Color information
#987F10 (or 0x987F10) is known color: Hacienda. HEX triplet: 98, 7F and 10. RGB value is (152,127,16). Sum of RGB (Red+Green+Blue) = 152+127+16=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #987F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F10 is #6780EF. Grayscale: #7A7A7A. Windows color (decimal): -6783216 or 1081240. OLE color: 1081240.
HSL color Cylindrical-coordinate representation of color #987F10: hue angle of 48.97º 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 #987F10 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 16 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.40 |
| HSL | 48.97º | 0.81% | 0.33% | - |
| HSV(B) | 48.97º | 0.89% | 0.6% | - |
| XYZ | 20.63 | 21.89 | 3.63 | - |
| YUV | 121.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 16 | 0 | 0.16 | 0.89 | 0.40 | 48.97 | 0.81 | 0.33 |
| Hex | 98 | 7F | 10 | 0 | 10 | 59 | 28 | 31 | 51 | 21 |
| Octal | 230 | 177 | 20 | 0 | 20 | 131 | 50 | 61 | 121 | 41 |
| Binary | 10011000 | 1111111 | 10000 | 0 | 10000 | 1011001 | 101000 | 110001 | 1010001 | 100001 |
Color Harmonies of #987F10
Complementary color
Monochromatic Colors of #987F10
Black with #987F10
Text Example
Text Example
White with #987F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F10; }
p { color: rgb(152,127,16); }
H1.HeaderClassName
{
color: #987F10;
}
.AnyTagClassName
{
color: #987F10;
}
</style>
background-color css
<style>
a { background-color: #987F10; }
a { background-color: rgb(152,127,16); }
div.DivClassName
{
background-color: #987F10;
}
.BgClassName
{
background-color: #987F10;
}
</style>
border-color css
<style>
span { border-color: #987F10; }
span { border-color: rgb(152,127,16); }
td.TdClassName
{
border-color: #987F10;
}
.TagClassName
{
border-color: #987F10;
}
</style>