Shades of Hacienda #997A22
Tints of Hacienda #997A22
RGB
CMYK
RGB Variations
Color information
#997A22 (or 0x997A22) is known color: Hacienda. HEX triplet: 99, 7A and 22. RGB value is (153,122,34). Sum of RGB (Red+Green+Blue) = 153+122+34=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #997A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A22 is #6685DD. Grayscale: #797979. Windows color (decimal): -6718942 or 2259609. OLE color: 2259609.
HSL color Cylindrical-coordinate representation of color #997A22: hue angle of 44.37º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #997A22 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 34 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.4 |
| HSL | 44.37º | 0.64% | 0.37% | - |
| HSV(B) | 44.37º | 0.78% | 0.6% | - |
| XYZ | 20.39 | 20.81 | 4.46 | - |
| YUV | 121.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 34 | 0 | 0.20 | 0.78 | 0.4 | 44.37 | 0.64 | 0.37 |
| Hex | 99 | 7A | 22 | 0 | 14 | 4E | 28 | 2C | 40 | 25 |
| Octal | 231 | 172 | 42 | 0 | 24 | 116 | 50 | 54 | 100 | 45 |
| Binary | 10011001 | 1111010 | 100010 | 0 | 10100 | 1001110 | 101000 | 101100 | 1000000 | 100101 |
Color Harmonies of #997A22
Complementary color
Monochromatic Colors of #997A22
Black with #997A22
Text Example
Text Example
White with #997A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A22; }
p { color: rgb(153,122,34); }
H1.HeaderClassName
{
color: #997A22;
}
.AnyTagClassName
{
color: #997A22;
}
</style>
background-color css
<style>
a { background-color: #997A22; }
a { background-color: rgb(153,122,34); }
div.DivClassName
{
background-color: #997A22;
}
.BgClassName
{
background-color: #997A22;
}
</style>
border-color css
<style>
span { border-color: #997A22; }
span { border-color: rgb(153,122,34); }
td.TdClassName
{
border-color: #997A22;
}
.TagClassName
{
border-color: #997A22;
}
</style>