Shades of Hacienda #987F0F
Tints of Hacienda #987F0F
RGB
CMYK
RGB Variations
Color information
#987F0F (or 0x987F0F) is known color: Hacienda. HEX triplet: 98, 7F and 0F. RGB value is (152,127,15). Sum of RGB (Red+Green+Blue) = 152+127+15=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #987F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F0F is #6780F0. Grayscale: #7A7A7A. Windows color (decimal): -6783217 or 1015704. OLE color: 1015704.
HSL color Cylindrical-coordinate representation of color #987F0F: hue angle of 49.05º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #987F0F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 15 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.40 |
| HSL | 49.05º | 0.82% | 0.33% | - |
| HSV(B) | 49.05º | 0.9% | 0.6% | - |
| XYZ | 20.62 | 21.89 | 3.59 | - |
| YUV | 121.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 15 | 0 | 0.16 | 0.90 | 0.40 | 49.05 | 0.82 | 0.33 |
| Hex | 98 | 7F | F | 0 | 10 | 5A | 28 | 31 | 52 | 21 |
| Octal | 230 | 177 | 17 | 0 | 20 | 132 | 50 | 61 | 122 | 41 |
| Binary | 10011000 | 1111111 | 1111 | 0 | 10000 | 1011010 | 101000 | 110001 | 1010010 | 100001 |
Color Harmonies of #987F0F
Complementary color
Monochromatic Colors of #987F0F
Black with #987F0F
Text Example
Text Example
White with #987F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F0F; }
p { color: rgb(152,127,15); }
H1.HeaderClassName
{
color: #987F0F;
}
.AnyTagClassName
{
color: #987F0F;
}
</style>
background-color css
<style>
a { background-color: #987F0F; }
a { background-color: rgb(152,127,15); }
div.DivClassName
{
background-color: #987F0F;
}
.BgClassName
{
background-color: #987F0F;
}
</style>
border-color css
<style>
span { border-color: #987F0F; }
span { border-color: rgb(152,127,15); }
td.TdClassName
{
border-color: #987F0F;
}
.TagClassName
{
border-color: #987F0F;
}
</style>