Shades of Hacienda #997C19
Tints of Hacienda #997C19
RGB
CMYK
RGB Variations
Color information
#997C19 (or 0x997C19) is known color: Hacienda. HEX triplet: 99, 7C and 19. RGB value is (153,124,25). Sum of RGB (Red+Green+Blue) = 153+124+25=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #997C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C19 is #6683E6. Grayscale: #797979. Windows color (decimal): -6718439 or 1670297. OLE color: 1670297.
HSL color Cylindrical-coordinate representation of color #997C19: hue angle of 46.41º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997C19 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 25 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.4 |
| HSL | 46.41º | 0.72% | 0.35% | - |
| HSV(B) | 46.41º | 0.84% | 0.6% | - |
| XYZ | 20.52 | 21.26 | 3.94 | - |
| YUV | 121.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 25 | 0 | 0.19 | 0.84 | 0.4 | 46.41 | 0.72 | 0.35 |
| Hex | 99 | 7C | 19 | 0 | 13 | 54 | 28 | 2E | 48 | 23 |
| Octal | 231 | 174 | 31 | 0 | 23 | 124 | 50 | 56 | 110 | 43 |
| Binary | 10011001 | 1111100 | 11001 | 0 | 10011 | 1010100 | 101000 | 101110 | 1001000 | 100011 |
Color Harmonies of #997C19
Complementary color
Monochromatic Colors of #997C19
Black with #997C19
Text Example
Text Example
White with #997C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C19; }
p { color: rgb(153,124,25); }
H1.HeaderClassName
{
color: #997C19;
}
.AnyTagClassName
{
color: #997C19;
}
</style>
background-color css
<style>
a { background-color: #997C19; }
a { background-color: rgb(153,124,25); }
div.DivClassName
{
background-color: #997C19;
}
.BgClassName
{
background-color: #997C19;
}
</style>
border-color css
<style>
span { border-color: #997C19; }
span { border-color: rgb(153,124,25); }
td.TdClassName
{
border-color: #997C19;
}
.TagClassName
{
border-color: #997C19;
}
</style>