Shades of Hacienda #97771D
Tints of Hacienda #97771D
RGB
CMYK
RGB Variations
Color information
#97771D (or 0x97771D) is known color: Hacienda. HEX triplet: 97, 77 and 1D. RGB value is (151,119,29). Sum of RGB (Red+Green+Blue) = 151+119+29=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97771D is #6888E2. Grayscale: #767676. Windows color (decimal): -6850787 or 1931159. OLE color: 1931159.
HSL color Cylindrical-coordinate representation of color #97771D: hue angle of 44.26º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97771D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 119 | 29 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.41 |
| HSL | 44.26º | 0.68% | 0.35% | - |
| HSV(B) | 44.26º | 0.81% | 0.59% | - |
| XYZ | 19.58 | 19.86 | 3.96 | - |
| YUV | 118.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 119 | 29 | 0 | 0.21 | 0.81 | 0.41 | 44.26 | 0.68 | 0.35 |
| Hex | 97 | 77 | 1D | 0 | 15 | 51 | 29 | 2C | 44 | 23 |
| Octal | 227 | 167 | 35 | 0 | 25 | 121 | 51 | 54 | 104 | 43 |
| Binary | 10010111 | 1110111 | 11101 | 0 | 10101 | 1010001 | 101001 | 101100 | 1000100 | 100011 |
Color Harmonies of #97771D
Complementary color
Monochromatic Colors of #97771D
Black with #97771D
Text Example
Text Example
White with #97771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97771D; }
p { color: rgb(151,119,29); }
H1.HeaderClassName
{
color: #97771D;
}
.AnyTagClassName
{
color: #97771D;
}
</style>
background-color css
<style>
a { background-color: #97771D; }
a { background-color: rgb(151,119,29); }
div.DivClassName
{
background-color: #97771D;
}
.BgClassName
{
background-color: #97771D;
}
</style>
border-color css
<style>
span { border-color: #97771D; }
span { border-color: rgb(151,119,29); }
td.TdClassName
{
border-color: #97771D;
}
.TagClassName
{
border-color: #97771D;
}
</style>