Shades of Hacienda #987F14
Tints of Hacienda #987F14
RGB
CMYK
RGB Variations
Color information
#987F14 (or 0x987F14) is known color: Hacienda. HEX triplet: 98, 7F and 14. RGB value is (152,127,20). Sum of RGB (Red+Green+Blue) = 152+127+20=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #987F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F14 is #6780EB. Grayscale: #7A7A7A. Windows color (decimal): -6783212 or 1343384. OLE color: 1343384.
HSL color Cylindrical-coordinate representation of color #987F14: hue angle of 48.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #987F14 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 20 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.40 |
| HSL | 48.64º | 0.77% | 0.34% | - |
| HSV(B) | 48.64º | 0.87% | 0.6% | - |
| XYZ | 20.66 | 21.9 | 3.8 | - |
| YUV | 122.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 20 | 0 | 0.16 | 0.87 | 0.40 | 48.64 | 0.77 | 0.34 |
| Hex | 98 | 7F | 14 | 0 | 10 | 57 | 28 | 31 | 4D | 22 |
| Octal | 230 | 177 | 24 | 0 | 20 | 127 | 50 | 61 | 115 | 42 |
| Binary | 10011000 | 1111111 | 10100 | 0 | 10000 | 1010111 | 101000 | 110001 | 1001101 | 100010 |
Color Harmonies of #987F14
Complementary color
Monochromatic Colors of #987F14
Black with #987F14
Text Example
Text Example
White with #987F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F14; }
p { color: rgb(152,127,20); }
H1.HeaderClassName
{
color: #987F14;
}
.AnyTagClassName
{
color: #987F14;
}
</style>
background-color css
<style>
a { background-color: #987F14; }
a { background-color: rgb(152,127,20); }
div.DivClassName
{
background-color: #987F14;
}
.BgClassName
{
background-color: #987F14;
}
</style>
border-color css
<style>
span { border-color: #987F14; }
span { border-color: rgb(152,127,20); }
td.TdClassName
{
border-color: #987F14;
}
.TagClassName
{
border-color: #987F14;
}
</style>