Shades of Hacienda #997C09
Tints of Hacienda #997C09
RGB
CMYK
RGB Variations
Color information
#997C09 (or 0x997C09) is known color: Hacienda. HEX triplet: 99, 7C and 09. RGB value is (153,124,9). Sum of RGB (Red+Green+Blue) = 153+124+9=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C09 is #6683F6. Grayscale: #787878. Windows color (decimal): -6718455 or 621721. OLE color: 621721.
HSL color Cylindrical-coordinate representation of color #997C09: hue angle of 47.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #997C09 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 9 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.4 |
| HSL | 47.92º | 0.89% | 0.32% | - |
| HSV(B) | 47.92º | 0.94% | 0.6% | - |
| XYZ | 20.39 | 21.21 | 3.28 | - |
| YUV | 119.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 9 | 0 | 0.19 | 0.94 | 0.4 | 47.92 | 0.89 | 0.32 |
| Hex | 99 | 7C | 9 | 0 | 13 | 5E | 28 | 30 | 59 | 20 |
| Octal | 231 | 174 | 11 | 0 | 23 | 136 | 50 | 60 | 131 | 40 |
| Binary | 10011001 | 1111100 | 1001 | 0 | 10011 | 1011110 | 101000 | 110000 | 1011001 | 100000 |
Color Harmonies of #997C09
Complementary color
Monochromatic Colors of #997C09
Black with #997C09
Text Example
Text Example
White with #997C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C09; }
p { color: rgb(153,124,9); }
H1.HeaderClassName
{
color: #997C09;
}
.AnyTagClassName
{
color: #997C09;
}
</style>
background-color css
<style>
a { background-color: #997C09; }
a { background-color: rgb(153,124,9); }
div.DivClassName
{
background-color: #997C09;
}
.BgClassName
{
background-color: #997C09;
}
</style>
border-color css
<style>
span { border-color: #997C09; }
span { border-color: rgb(153,124,9); }
td.TdClassName
{
border-color: #997C09;
}
.TagClassName
{
border-color: #997C09;
}
</style>