Shades of Hacienda #97810B
Tints of Hacienda #97810B
RGB
CMYK
RGB Variations
Color information
#97810B (or 0x97810B) is known color: Hacienda. HEX triplet: 97, 81 and 0B. RGB value is (151,129,11). Sum of RGB (Red+Green+Blue) = 151+129+11=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #97810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97810B is #687EF4. Grayscale: #7A7A7A. Windows color (decimal): -6848245 or 754071. OLE color: 754071.
HSL color Cylindrical-coordinate representation of color #97810B: hue angle of 50.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97810B is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 11 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.41 |
| HSL | 50.57º | 0.86% | 0.32% | - |
| HSV(B) | 50.57º | 0.93% | 0.59% | - |
| XYZ | 20.67 | 22.3 | 3.53 | - |
| YUV | 122.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 11 | 0 | 0.15 | 0.93 | 0.41 | 50.57 | 0.86 | 0.32 |
| Hex | 97 | 81 | B | 0 | F | 5D | 29 | 33 | 56 | 20 |
| Octal | 227 | 201 | 13 | 0 | 17 | 135 | 51 | 63 | 126 | 40 |
| Binary | 10010111 | 10000001 | 1011 | 0 | 1111 | 1011101 | 101001 | 110011 | 1010110 | 100000 |
Color Harmonies of #97810B
Complementary color
Monochromatic Colors of #97810B
Black with #97810B
Text Example
Text Example
White with #97810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97810B; }
p { color: rgb(151,129,11); }
H1.HeaderClassName
{
color: #97810B;
}
.AnyTagClassName
{
color: #97810B;
}
</style>
background-color css
<style>
a { background-color: #97810B; }
a { background-color: rgb(151,129,11); }
div.DivClassName
{
background-color: #97810B;
}
.BgClassName
{
background-color: #97810B;
}
</style>
border-color css
<style>
span { border-color: #97810B; }
span { border-color: rgb(151,129,11); }
td.TdClassName
{
border-color: #97810B;
}
.TagClassName
{
border-color: #97810B;
}
</style>