Shades of Hacienda #987625
Tints of Hacienda #987625
RGB
CMYK
RGB Variations
Color information
#987625 (or 0x987625) is known color: Hacienda. HEX triplet: 98, 76 and 25. RGB value is (152,118,37). Sum of RGB (Red+Green+Blue) = 152+118+37=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #987625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987625 is #6789DA. Grayscale: #777777. Windows color (decimal): -6785499 or 2455192. OLE color: 2455192.
HSL color Cylindrical-coordinate representation of color #987625: hue angle of 42.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #987625 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 37 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.40 |
| HSL | 42.26º | 0.61% | 0.37% | - |
| HSV(B) | 42.26º | 0.76% | 0.6% | - |
| XYZ | 19.76 | 19.77 | 4.52 | - |
| YUV | 118.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 37 | 0 | 0.22 | 0.76 | 0.40 | 42.26 | 0.61 | 0.37 |
| Hex | 98 | 76 | 25 | 0 | 16 | 4C | 28 | 2A | 3D | 25 |
| Octal | 230 | 166 | 45 | 0 | 26 | 114 | 50 | 52 | 75 | 45 |
| Binary | 10011000 | 1110110 | 100101 | 0 | 10110 | 1001100 | 101000 | 101010 | 111101 | 100101 |
Color Harmonies of #987625
Complementary color
Monochromatic Colors of #987625
Black with #987625
Text Example
Text Example
White with #987625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987625; }
p { color: rgb(152,118,37); }
H1.HeaderClassName
{
color: #987625;
}
.AnyTagClassName
{
color: #987625;
}
</style>
background-color css
<style>
a { background-color: #987625; }
a { background-color: rgb(152,118,37); }
div.DivClassName
{
background-color: #987625;
}
.BgClassName
{
background-color: #987625;
}
</style>
border-color css
<style>
span { border-color: #987625; }
span { border-color: rgb(152,118,37); }
td.TdClassName
{
border-color: #987625;
}
.TagClassName
{
border-color: #987625;
}
</style>