Shades of Hacienda #997A0A
Tints of Hacienda #997A0A
RGB
CMYK
RGB Variations
Color information
#997A0A (or 0x997A0A) is known color: Hacienda. HEX triplet: 99, 7A and 0A. RGB value is (153,122,10). Sum of RGB (Red+Green+Blue) = 153+122+10=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #997A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997A0A is #6685F5. Grayscale: #767676. Windows color (decimal): -6718966 or 686745. OLE color: 686745.
HSL color Cylindrical-coordinate representation of color #997A0A: hue angle of 46.99º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #997A0A is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 10 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.4 |
| HSL | 46.99º | 0.88% | 0.32% | - |
| HSV(B) | 46.99º | 0.93% | 0.6% | - |
| XYZ | 20.15 | 20.71 | 3.22 | - |
| YUV | 118.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 10 | 0 | 0.20 | 0.93 | 0.4 | 46.99 | 0.88 | 0.32 |
| Hex | 99 | 7A | A | 0 | 14 | 5D | 28 | 2F | 58 | 20 |
| Octal | 231 | 172 | 12 | 0 | 24 | 135 | 50 | 57 | 130 | 40 |
| Binary | 10011001 | 1111010 | 1010 | 0 | 10100 | 1011101 | 101000 | 101111 | 1011000 | 100000 |
Color Harmonies of #997A0A
Complementary color
Monochromatic Colors of #997A0A
Black with #997A0A
Text Example
Text Example
White with #997A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A0A; }
p { color: rgb(153,122,10); }
H1.HeaderClassName
{
color: #997A0A;
}
.AnyTagClassName
{
color: #997A0A;
}
</style>
background-color css
<style>
a { background-color: #997A0A; }
a { background-color: rgb(153,122,10); }
div.DivClassName
{
background-color: #997A0A;
}
.BgClassName
{
background-color: #997A0A;
}
</style>
border-color css
<style>
span { border-color: #997A0A; }
span { border-color: rgb(153,122,10); }
td.TdClassName
{
border-color: #997A0A;
}
.TagClassName
{
border-color: #997A0A;
}
</style>