Shades of Hacienda #97810C
Tints of Hacienda #97810C
RGB
CMYK
RGB Variations
Color information
#97810C (or 0x97810C) is known color: Hacienda. HEX triplet: 97, 81 and 0C. RGB value is (151,129,12). Sum of RGB (Red+Green+Blue) = 151+129+12=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97810C is #687EF3. Grayscale: #7A7A7A. Windows color (decimal): -6848244 or 819607. OLE color: 819607.
HSL color Cylindrical-coordinate representation of color #97810C: hue angle of 50.5º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97810C is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 12 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.41 |
| HSL | 50.5º | 0.85% | 0.32% | - |
| HSV(B) | 50.5º | 0.92% | 0.59% | - |
| XYZ | 20.68 | 22.31 | 3.56 | - |
| YUV | 122.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 12 | 0 | 0.15 | 0.92 | 0.41 | 50.5 | 0.85 | 0.32 |
| Hex | 97 | 81 | C | 0 | F | 5C | 29 | 33 | 55 | 20 |
| Octal | 227 | 201 | 14 | 0 | 17 | 134 | 51 | 63 | 125 | 40 |
| Binary | 10010111 | 10000001 | 1100 | 0 | 1111 | 1011100 | 101001 | 110011 | 1010101 | 100000 |
Color Harmonies of #97810C
Complementary color
Monochromatic Colors of #97810C
Black with #97810C
Text Example
Text Example
White with #97810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97810C; }
p { color: rgb(151,129,12); }
H1.HeaderClassName
{
color: #97810C;
}
.AnyTagClassName
{
color: #97810C;
}
</style>
background-color css
<style>
a { background-color: #97810C; }
a { background-color: rgb(151,129,12); }
div.DivClassName
{
background-color: #97810C;
}
.BgClassName
{
background-color: #97810C;
}
</style>
border-color css
<style>
span { border-color: #97810C; }
span { border-color: rgb(151,129,12); }
td.TdClassName
{
border-color: #97810C;
}
.TagClassName
{
border-color: #97810C;
}
</style>