Shades of Hacienda #997720
Tints of Hacienda #997720
RGB
CMYK
RGB Variations
Color information
#997720 (or 0x997720) is known color: Hacienda. HEX triplet: 99, 77 and 20. RGB value is (153,119,32). Sum of RGB (Red+Green+Blue) = 153+119+32=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #997720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997720 is #6688DF. Grayscale: #777777. Windows color (decimal): -6719712 or 2127769. OLE color: 2127769.
HSL color Cylindrical-coordinate representation of color #997720: hue angle of 43.14º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #997720 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 32 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.4 |
| HSL | 43.14º | 0.65% | 0.36% | - |
| HSV(B) | 43.14º | 0.79% | 0.6% | - |
| XYZ | 19.99 | 20.07 | 4.19 | - |
| YUV | 119.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 32 | 0 | 0.22 | 0.79 | 0.4 | 43.14 | 0.65 | 0.36 |
| Hex | 99 | 77 | 20 | 0 | 16 | 4F | 28 | 2B | 41 | 24 |
| Octal | 231 | 167 | 40 | 0 | 26 | 117 | 50 | 53 | 101 | 44 |
| Binary | 10011001 | 1110111 | 100000 | 0 | 10110 | 1001111 | 101000 | 101011 | 1000001 | 100100 |
Color Harmonies of #997720
Complementary color
Monochromatic Colors of #997720
Black with #997720
Text Example
Text Example
White with #997720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997720; }
p { color: rgb(153,119,32); }
H1.HeaderClassName
{
color: #997720;
}
.AnyTagClassName
{
color: #997720;
}
</style>
background-color css
<style>
a { background-color: #997720; }
a { background-color: rgb(153,119,32); }
div.DivClassName
{
background-color: #997720;
}
.BgClassName
{
background-color: #997720;
}
</style>
border-color css
<style>
span { border-color: #997720; }
span { border-color: rgb(153,119,32); }
td.TdClassName
{
border-color: #997720;
}
.TagClassName
{
border-color: #997720;
}
</style>