Shades of Hacienda #997625
Tints of Hacienda #997625
RGB
CMYK
RGB Variations
Color information
#997625 (or 0x997625) is known color: Hacienda. HEX triplet: 99, 76 and 25. RGB value is (153,118,37). Sum of RGB (Red+Green+Blue) = 153+118+37=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #997625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997625 is #6689DA. Grayscale: #777777. Windows color (decimal): -6719963 or 2455193. OLE color: 2455193.
HSL color Cylindrical-coordinate representation of color #997625: hue angle of 41.9º 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 #997625 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 37 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.4 |
| HSL | 41.9º | 0.61% | 0.37% | - |
| HSV(B) | 41.9º | 0.76% | 0.6% | - |
| XYZ | 19.95 | 19.86 | 4.53 | - |
| YUV | 119.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 37 | 0 | 0.23 | 0.76 | 0.4 | 41.9 | 0.61 | 0.37 |
| Hex | 99 | 76 | 25 | 0 | 17 | 4C | 28 | 2A | 3D | 25 |
| Octal | 231 | 166 | 45 | 0 | 27 | 114 | 50 | 52 | 75 | 45 |
| Binary | 10011001 | 1110110 | 100101 | 0 | 10111 | 1001100 | 101000 | 101010 | 111101 | 100101 |
Color Harmonies of #997625
Complementary color
Monochromatic Colors of #997625
Black with #997625
Text Example
Text Example
White with #997625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997625; }
p { color: rgb(153,118,37); }
H1.HeaderClassName
{
color: #997625;
}
.AnyTagClassName
{
color: #997625;
}
</style>
background-color css
<style>
a { background-color: #997625; }
a { background-color: rgb(153,118,37); }
div.DivClassName
{
background-color: #997625;
}
.BgClassName
{
background-color: #997625;
}
</style>
border-color css
<style>
span { border-color: #997625; }
span { border-color: rgb(153,118,37); }
td.TdClassName
{
border-color: #997625;
}
.TagClassName
{
border-color: #997625;
}
</style>