Shades of Hacienda #9D8619
Tints of Hacienda #9D8619
RGB
CMYK
RGB Variations
Color information
#9D8619 (or 0x9D8619) is known color: Hacienda. HEX triplet: 9D, 86 and 19. RGB value is (157,134,25). Sum of RGB (Red+Green+Blue) = 157+134+25=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8619 is #6279E6. Grayscale: #808080. Windows color (decimal): -6453735 or 1672861. OLE color: 1672861.
HSL color Cylindrical-coordinate representation of color #9D8619: hue angle of 49.55º 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 #9D8619 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 25 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.38 |
| HSL | 49.55º | 0.73% | 0.36% | - |
| HSV(B) | 49.55º | 0.84% | 0.62% | - |
| XYZ | 22.61 | 24.29 | 4.42 | - |
| YUV | 128.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 25 | 0 | 0.15 | 0.84 | 0.38 | 49.55 | 0.73 | 0.36 |
| Hex | 9D | 86 | 19 | 0 | F | 54 | 26 | 32 | 49 | 24 |
| Octal | 235 | 206 | 31 | 0 | 17 | 124 | 46 | 62 | 111 | 44 |
| Binary | 10011101 | 10000110 | 11001 | 0 | 1111 | 1010100 | 100110 | 110010 | 1001001 | 100100 |
Color Harmonies of #9D8619
Complementary color
Monochromatic Colors of #9D8619
Black with #9D8619
Text Example
Text Example
White with #9D8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8619; }
p { color: rgb(157,134,25); }
H1.HeaderClassName
{
color: #9D8619;
}
.AnyTagClassName
{
color: #9D8619;
}
</style>
background-color css
<style>
a { background-color: #9D8619; }
a { background-color: rgb(157,134,25); }
div.DivClassName
{
background-color: #9D8619;
}
.BgClassName
{
background-color: #9D8619;
}
</style>
border-color css
<style>
span { border-color: #9D8619; }
span { border-color: rgb(157,134,25); }
td.TdClassName
{
border-color: #9D8619;
}
.TagClassName
{
border-color: #9D8619;
}
</style>