Shades of Hacienda #9A7E06
Tints of Hacienda #9A7E06
RGB
CMYK
RGB Variations
Color information
#9A7E06 (or 0x9A7E06) is known color: Hacienda. HEX triplet: 9A, 7E and 06. RGB value is (154,126,6). Sum of RGB (Red+Green+Blue) = 154+126+6=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7E06 is #6581F9. Grayscale: #797979. Windows color (decimal): -6652410 or 425626. OLE color: 425626.
HSL color Cylindrical-coordinate representation of color #9A7E06: hue angle of 48.65º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A7E06 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 6 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.40 |
| HSL | 48.65º | 0.93% | 0.31% | - |
| HSV(B) | 48.65º | 0.96% | 0.6% | - |
| XYZ | 20.82 | 21.8 | 3.28 | - |
| YUV | 120.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 6 | 0 | 0.18 | 0.96 | 0.40 | 48.65 | 0.93 | 0.31 |
| Hex | 9A | 7E | 6 | 0 | 12 | 60 | 28 | 31 | 5C | 1F |
| Octal | 232 | 176 | 6 | 0 | 22 | 140 | 50 | 61 | 134 | 37 |
| Binary | 10011010 | 1111110 | 110 | 0 | 10010 | 1100000 | 101000 | 110001 | 1011100 | 11111 |
Color Harmonies of #9A7E06
Complementary color
Monochromatic Colors of #9A7E06
Black with #9A7E06
Text Example
Text Example
White with #9A7E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E06; }
p { color: rgb(154,126,6); }
H1.HeaderClassName
{
color: #9A7E06;
}
.AnyTagClassName
{
color: #9A7E06;
}
</style>
background-color css
<style>
a { background-color: #9A7E06; }
a { background-color: rgb(154,126,6); }
div.DivClassName
{
background-color: #9A7E06;
}
.BgClassName
{
background-color: #9A7E06;
}
</style>
border-color css
<style>
span { border-color: #9A7E06; }
span { border-color: rgb(154,126,6); }
td.TdClassName
{
border-color: #9A7E06;
}
.TagClassName
{
border-color: #9A7E06;
}
</style>