Shades of Hacienda #997C25
Tints of Hacienda #997C25
RGB
CMYK
RGB Variations
Color information
#997C25 (or 0x997C25) is known color: Hacienda. HEX triplet: 99, 7C and 25. RGB value is (153,124,37). Sum of RGB (Red+Green+Blue) = 153+124+37=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #997C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C25 is #6683DA. Grayscale: #7B7B7B. Windows color (decimal): -6718427 or 2456729. OLE color: 2456729.
HSL color Cylindrical-coordinate representation of color #997C25: hue angle of 45º 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 #997C25 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 37 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.4 |
| HSL | 45º | 0.61% | 0.37% | - |
| HSV(B) | 45º | 0.76% | 0.6% | - |
| XYZ | 20.68 | 21.32 | 4.78 | - |
| YUV | 122.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 37 | 0 | 0.19 | 0.76 | 0.4 | 45 | 0.61 | 0.37 |
| Hex | 99 | 7C | 25 | 0 | 13 | 4C | 28 | 2D | 3D | 25 |
| Octal | 231 | 174 | 45 | 0 | 23 | 114 | 50 | 55 | 75 | 45 |
| Binary | 10011001 | 1111100 | 100101 | 0 | 10011 | 1001100 | 101000 | 101101 | 111101 | 100101 |
Color Harmonies of #997C25
Complementary color
Monochromatic Colors of #997C25
Black with #997C25
Text Example
Text Example
White with #997C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C25; }
p { color: rgb(153,124,37); }
H1.HeaderClassName
{
color: #997C25;
}
.AnyTagClassName
{
color: #997C25;
}
</style>
background-color css
<style>
a { background-color: #997C25; }
a { background-color: rgb(153,124,37); }
div.DivClassName
{
background-color: #997C25;
}
.BgClassName
{
background-color: #997C25;
}
</style>
border-color css
<style>
span { border-color: #997C25; }
span { border-color: rgb(153,124,37); }
td.TdClassName
{
border-color: #997C25;
}
.TagClassName
{
border-color: #997C25;
}
</style>