Shades of Hacienda #997C1E
Tints of Hacienda #997C1E
RGB
CMYK
RGB Variations
Color information
#997C1E (or 0x997C1E) is known color: Hacienda. HEX triplet: 99, 7C and 1E. RGB value is (153,124,30). Sum of RGB (Red+Green+Blue) = 153+124+30=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #997C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C1E is #6683E1. Grayscale: #7A7A7A. Windows color (decimal): -6718434 or 1997977. OLE color: 1997977.
HSL color Cylindrical-coordinate representation of color #997C1E: hue angle of 45.85º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #997C1E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 30 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.4 |
| HSL | 45.85º | 0.67% | 0.36% | - |
| HSV(B) | 45.85º | 0.8% | 0.6% | - |
| XYZ | 20.58 | 21.28 | 4.25 | - |
| YUV | 121.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 30 | 0 | 0.19 | 0.80 | 0.4 | 45.85 | 0.67 | 0.36 |
| Hex | 99 | 7C | 1E | 0 | 13 | 50 | 28 | 2E | 43 | 24 |
| Octal | 231 | 174 | 36 | 0 | 23 | 120 | 50 | 56 | 103 | 44 |
| Binary | 10011001 | 1111100 | 11110 | 0 | 10011 | 1010000 | 101000 | 101110 | 1000011 | 100100 |
Color Harmonies of #997C1E
Complementary color
Monochromatic Colors of #997C1E
Black with #997C1E
Text Example
Text Example
White with #997C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C1E; }
p { color: rgb(153,124,30); }
H1.HeaderClassName
{
color: #997C1E;
}
.AnyTagClassName
{
color: #997C1E;
}
</style>
background-color css
<style>
a { background-color: #997C1E; }
a { background-color: rgb(153,124,30); }
div.DivClassName
{
background-color: #997C1E;
}
.BgClassName
{
background-color: #997C1E;
}
</style>
border-color css
<style>
span { border-color: #997C1E; }
span { border-color: rgb(153,124,30); }
td.TdClassName
{
border-color: #997C1E;
}
.TagClassName
{
border-color: #997C1E;
}
</style>