Shades of Hacienda #987C22
Tints of Hacienda #987C22
RGB
CMYK
RGB Variations
Color information
#987C22 (or 0x987C22) is known color: Hacienda. HEX triplet: 98, 7C and 22. RGB value is (152,124,34). Sum of RGB (Red+Green+Blue) = 152+124+34=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #987C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C22 is #6783DD. Grayscale: #7A7A7A. Windows color (decimal): -6783966 or 2260120. OLE color: 2260120.
HSL color Cylindrical-coordinate representation of color #987C22: hue angle of 45.76º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #987C22 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 34 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.40 |
| HSL | 45.76º | 0.63% | 0.36% | - |
| HSV(B) | 45.76º | 0.78% | 0.6% | - |
| XYZ | 20.45 | 21.21 | 4.53 | - |
| YUV | 122.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 34 | 0 | 0.18 | 0.78 | 0.40 | 45.76 | 0.63 | 0.36 |
| Hex | 98 | 7C | 22 | 0 | 12 | 4E | 28 | 2E | 3F | 24 |
| Octal | 230 | 174 | 42 | 0 | 22 | 116 | 50 | 56 | 77 | 44 |
| Binary | 10011000 | 1111100 | 100010 | 0 | 10010 | 1001110 | 101000 | 101110 | 111111 | 100100 |
Color Harmonies of #987C22
Complementary color
Monochromatic Colors of #987C22
Black with #987C22
Text Example
Text Example
White with #987C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C22; }
p { color: rgb(152,124,34); }
H1.HeaderClassName
{
color: #987C22;
}
.AnyTagClassName
{
color: #987C22;
}
</style>
background-color css
<style>
a { background-color: #987C22; }
a { background-color: rgb(152,124,34); }
div.DivClassName
{
background-color: #987C22;
}
.BgClassName
{
background-color: #987C22;
}
</style>
border-color css
<style>
span { border-color: #987C22; }
span { border-color: rgb(152,124,34); }
td.TdClassName
{
border-color: #987C22;
}
.TagClassName
{
border-color: #987C22;
}
</style>