Shades of Hacienda #9E860D
Tints of Hacienda #9E860D
RGB
CMYK
RGB Variations
Color information
#9E860D (or 0x9E860D) is known color: Hacienda. HEX triplet: 9E, 86 and 0D. RGB value is (158,134,13). Sum of RGB (Red+Green+Blue) = 158+134+13=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E860D is #6179F2. Grayscale: #7F7F7F. Windows color (decimal): -6388211 or 886430. OLE color: 886430.
HSL color Cylindrical-coordinate representation of color #9E860D: hue angle of 50.07º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E860D is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 13 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.38 |
| HSL | 50.07º | 0.85% | 0.34% | - |
| HSV(B) | 50.07º | 0.92% | 0.62% | - |
| XYZ | 22.7 | 24.35 | 3.88 | - |
| YUV | 127.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 13 | 0 | 0.15 | 0.92 | 0.38 | 50.07 | 0.85 | 0.34 |
| Hex | 9E | 86 | D | 0 | F | 5C | 26 | 32 | 55 | 22 |
| Octal | 236 | 206 | 15 | 0 | 17 | 134 | 46 | 62 | 125 | 42 |
| Binary | 10011110 | 10000110 | 1101 | 0 | 1111 | 1011100 | 100110 | 110010 | 1010101 | 100010 |
Color Harmonies of #9E860D
Complementary color
Monochromatic Colors of #9E860D
Black with #9E860D
Text Example
Text Example
White with #9E860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E860D; }
p { color: rgb(158,134,13); }
H1.HeaderClassName
{
color: #9E860D;
}
.AnyTagClassName
{
color: #9E860D;
}
</style>
background-color css
<style>
a { background-color: #9E860D; }
a { background-color: rgb(158,134,13); }
div.DivClassName
{
background-color: #9E860D;
}
.BgClassName
{
background-color: #9E860D;
}
</style>
border-color css
<style>
span { border-color: #9E860D; }
span { border-color: rgb(158,134,13); }
td.TdClassName
{
border-color: #9E860D;
}
.TagClassName
{
border-color: #9E860D;
}
</style>