Shades of Hacienda #997C2A
Tints of Hacienda #997C2A
RGB
CMYK
RGB Variations
Color information
#997C2A (or 0x997C2A) is known color: Hacienda. HEX triplet: 99, 7C and 2A. RGB value is (153,124,42). Sum of RGB (Red+Green+Blue) = 153+124+42=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #997C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C2A is #6683D5. Grayscale: #7B7B7B. Windows color (decimal): -6718422 or 2784409. OLE color: 2784409.
HSL color Cylindrical-coordinate representation of color #997C2A: hue angle of 44.32º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #997C2A is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 42 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.4 |
| HSL | 44.32º | 0.57% | 0.38% | - |
| HSV(B) | 44.32º | 0.73% | 0.6% | - |
| XYZ | 20.76 | 21.35 | 5.22 | - |
| YUV | 123.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 42 | 0 | 0.19 | 0.73 | 0.4 | 44.32 | 0.57 | 0.38 |
| Hex | 99 | 7C | 2A | 0 | 13 | 49 | 28 | 2C | 39 | 26 |
| Octal | 231 | 174 | 52 | 0 | 23 | 111 | 50 | 54 | 71 | 46 |
| Binary | 10011001 | 1111100 | 101010 | 0 | 10011 | 1001001 | 101000 | 101100 | 111001 | 100110 |
Color Harmonies of #997C2A
Complementary color
Monochromatic Colors of #997C2A
Black with #997C2A
Text Example
Text Example
White with #997C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C2A; }
p { color: rgb(153,124,42); }
H1.HeaderClassName
{
color: #997C2A;
}
.AnyTagClassName
{
color: #997C2A;
}
</style>
background-color css
<style>
a { background-color: #997C2A; }
a { background-color: rgb(153,124,42); }
div.DivClassName
{
background-color: #997C2A;
}
.BgClassName
{
background-color: #997C2A;
}
</style>
border-color css
<style>
span { border-color: #997C2A; }
span { border-color: rgb(153,124,42); }
td.TdClassName
{
border-color: #997C2A;
}
.TagClassName
{
border-color: #997C2A;
}
</style>