Shades of Hacienda #987622
Tints of Hacienda #987622
RGB
CMYK
RGB Variations
Color information
#987622 (or 0x987622) is known color: Hacienda. HEX triplet: 98, 76 and 22. RGB value is (152,118,34). Sum of RGB (Red+Green+Blue) = 152+118+34=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #987622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987622 is #6789DD. Grayscale: #767676. Windows color (decimal): -6785502 or 2258584. OLE color: 2258584.
HSL color Cylindrical-coordinate representation of color #987622: hue angle of 42.71º 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 #987622 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 34 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.40 |
| HSL | 42.71º | 0.63% | 0.36% | - |
| HSV(B) | 42.71º | 0.78% | 0.6% | - |
| XYZ | 19.72 | 19.75 | 4.29 | - |
| YUV | 118.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 34 | 0 | 0.22 | 0.78 | 0.40 | 42.71 | 0.63 | 0.36 |
| Hex | 98 | 76 | 22 | 0 | 16 | 4E | 28 | 2B | 3F | 24 |
| Octal | 230 | 166 | 42 | 0 | 26 | 116 | 50 | 53 | 77 | 44 |
| Binary | 10011000 | 1110110 | 100010 | 0 | 10110 | 1001110 | 101000 | 101011 | 111111 | 100100 |
Color Harmonies of #987622
Complementary color
Monochromatic Colors of #987622
Black with #987622
Text Example
Text Example
White with #987622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987622; }
p { color: rgb(152,118,34); }
H1.HeaderClassName
{
color: #987622;
}
.AnyTagClassName
{
color: #987622;
}
</style>
background-color css
<style>
a { background-color: #987622; }
a { background-color: rgb(152,118,34); }
div.DivClassName
{
background-color: #987622;
}
.BgClassName
{
background-color: #987622;
}
</style>
border-color css
<style>
span { border-color: #987622; }
span { border-color: rgb(152,118,34); }
td.TdClassName
{
border-color: #987622;
}
.TagClassName
{
border-color: #987622;
}
</style>