Shades of Hacienda #997F22
Tints of Hacienda #997F22
RGB
CMYK
RGB Variations
Color information
#997F22 (or 0x997F22) is known color: Hacienda. HEX triplet: 99, 7F and 22. RGB value is (153,127,34). Sum of RGB (Red+Green+Blue) = 153+127+34=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #997F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F22 is #6680DD. Grayscale: #7C7C7C. Windows color (decimal): -6717662 or 2260889. OLE color: 2260889.
HSL color Cylindrical-coordinate representation of color #997F22: hue angle of 46.89º 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 #997F22 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 34 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.4 |
| HSL | 46.89º | 0.64% | 0.37% | - |
| HSV(B) | 46.89º | 0.78% | 0.6% | - |
| XYZ | 21.01 | 22.07 | 4.67 | - |
| YUV | 124.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 34 | 0 | 0.17 | 0.78 | 0.4 | 46.89 | 0.64 | 0.37 |
| Hex | 99 | 7F | 22 | 0 | 11 | 4E | 28 | 2F | 40 | 25 |
| Octal | 231 | 177 | 42 | 0 | 21 | 116 | 50 | 57 | 100 | 45 |
| Binary | 10011001 | 1111111 | 100010 | 0 | 10001 | 1001110 | 101000 | 101111 | 1000000 | 100101 |
Color Harmonies of #997F22
Complementary color
Monochromatic Colors of #997F22
Black with #997F22
Text Example
Text Example
White with #997F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F22; }
p { color: rgb(153,127,34); }
H1.HeaderClassName
{
color: #997F22;
}
.AnyTagClassName
{
color: #997F22;
}
</style>
background-color css
<style>
a { background-color: #997F22; }
a { background-color: rgb(153,127,34); }
div.DivClassName
{
background-color: #997F22;
}
.BgClassName
{
background-color: #997F22;
}
</style>
border-color css
<style>
span { border-color: #997F22; }
span { border-color: rgb(153,127,34); }
td.TdClassName
{
border-color: #997F22;
}
.TagClassName
{
border-color: #997F22;
}
</style>