Shades of Hacienda #997A21
Tints of Hacienda #997A21
RGB
CMYK
RGB Variations
Color information
#997A21 (or 0x997A21) is known color: Hacienda. HEX triplet: 99, 7A and 21. RGB value is (153,122,33). Sum of RGB (Red+Green+Blue) = 153+122+33=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #997A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A21 is #6685DE. Grayscale: #797979. Windows color (decimal): -6718943 or 2194073. OLE color: 2194073.
HSL color Cylindrical-coordinate representation of color #997A21: hue angle of 44.5º degrees, saturation: 0.65, 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 #997A21 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 33 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.4 |
| HSL | 44.5º | 0.65% | 0.36% | - |
| HSV(B) | 44.5º | 0.78% | 0.6% | - |
| XYZ | 20.37 | 20.8 | 4.38 | - |
| YUV | 121.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 33 | 0 | 0.20 | 0.78 | 0.4 | 44.5 | 0.65 | 0.36 |
| Hex | 99 | 7A | 21 | 0 | 14 | 4E | 28 | 2C | 41 | 24 |
| Octal | 231 | 172 | 41 | 0 | 24 | 116 | 50 | 54 | 101 | 44 |
| Binary | 10011001 | 1111010 | 100001 | 0 | 10100 | 1001110 | 101000 | 101100 | 1000001 | 100100 |
Color Harmonies of #997A21
Complementary color
Monochromatic Colors of #997A21
Black with #997A21
Text Example
Text Example
White with #997A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A21; }
p { color: rgb(153,122,33); }
H1.HeaderClassName
{
color: #997A21;
}
.AnyTagClassName
{
color: #997A21;
}
</style>
background-color css
<style>
a { background-color: #997A21; }
a { background-color: rgb(153,122,33); }
div.DivClassName
{
background-color: #997A21;
}
.BgClassName
{
background-color: #997A21;
}
</style>
border-color css
<style>
span { border-color: #997A21; }
span { border-color: rgb(153,122,33); }
td.TdClassName
{
border-color: #997A21;
}
.TagClassName
{
border-color: #997A21;
}
</style>