Shades of Hacienda #9D8610
Tints of Hacienda #9D8610
RGB
CMYK
RGB Variations
Color information
#9D8610 (or 0x9D8610) is known color: Hacienda. HEX triplet: 9D, 86 and 10. RGB value is (157,134,16). Sum of RGB (Red+Green+Blue) = 157+134+16=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8610 is #6279EF. Grayscale: #7F7F7F. Windows color (decimal): -6453744 or 1083037. OLE color: 1083037.
HSL color Cylindrical-coordinate representation of color #9D8610: hue angle of 50.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D8610 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 16 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.38 |
| HSL | 50.21º | 0.82% | 0.34% | - |
| HSV(B) | 50.21º | 0.9% | 0.62% | - |
| XYZ | 22.52 | 24.26 | 3.98 | - |
| YUV | 127.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 16 | 0 | 0.15 | 0.90 | 0.38 | 50.21 | 0.82 | 0.34 |
| Hex | 9D | 86 | 10 | 0 | F | 5A | 26 | 32 | 52 | 22 |
| Octal | 235 | 206 | 20 | 0 | 17 | 132 | 46 | 62 | 122 | 42 |
| Binary | 10011101 | 10000110 | 10000 | 0 | 1111 | 1011010 | 100110 | 110010 | 1010010 | 100010 |
Color Harmonies of #9D8610
Complementary color
Monochromatic Colors of #9D8610
Black with #9D8610
Text Example
Text Example
White with #9D8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8610; }
p { color: rgb(157,134,16); }
H1.HeaderClassName
{
color: #9D8610;
}
.AnyTagClassName
{
color: #9D8610;
}
</style>
background-color css
<style>
a { background-color: #9D8610; }
a { background-color: rgb(157,134,16); }
div.DivClassName
{
background-color: #9D8610;
}
.BgClassName
{
background-color: #9D8610;
}
</style>
border-color css
<style>
span { border-color: #9D8610; }
span { border-color: rgb(157,134,16); }
td.TdClassName
{
border-color: #9D8610;
}
.TagClassName
{
border-color: #9D8610;
}
</style>