Shades of Hacienda #9E8619
Tints of Hacienda #9E8619
RGB
CMYK
RGB Variations
Color information
#9E8619 (or 0x9E8619) is known color: Hacienda. HEX triplet: 9E, 86 and 19. RGB value is (158,134,25). Sum of RGB (Red+Green+Blue) = 158+134+25=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8619 is #6179E6. Grayscale: #818181. Windows color (decimal): -6388199 or 1672862. OLE color: 1672862.
HSL color Cylindrical-coordinate representation of color #9E8619: hue angle of 49.17º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E8619 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 25 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.38 |
| HSL | 49.17º | 0.73% | 0.36% | - |
| HSV(B) | 49.17º | 0.84% | 0.62% | - |
| XYZ | 22.8 | 24.39 | 4.43 | - |
| YUV | 128.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 25 | 0 | 0.15 | 0.84 | 0.38 | 49.17 | 0.73 | 0.36 |
| Hex | 9E | 86 | 19 | 0 | F | 54 | 26 | 31 | 49 | 24 |
| Octal | 236 | 206 | 31 | 0 | 17 | 124 | 46 | 61 | 111 | 44 |
| Binary | 10011110 | 10000110 | 11001 | 0 | 1111 | 1010100 | 100110 | 110001 | 1001001 | 100100 |
Color Harmonies of #9E8619
Complementary color
Monochromatic Colors of #9E8619
Black with #9E8619
Text Example
Text Example
White with #9E8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8619; }
p { color: rgb(158,134,25); }
H1.HeaderClassName
{
color: #9E8619;
}
.AnyTagClassName
{
color: #9E8619;
}
</style>
background-color css
<style>
a { background-color: #9E8619; }
a { background-color: rgb(158,134,25); }
div.DivClassName
{
background-color: #9E8619;
}
.BgClassName
{
background-color: #9E8619;
}
</style>
border-color css
<style>
span { border-color: #9E8619; }
span { border-color: rgb(158,134,25); }
td.TdClassName
{
border-color: #9E8619;
}
.TagClassName
{
border-color: #9E8619;
}
</style>