Shades of Hacienda #9D8608
Tints of Hacienda #9D8608
RGB
CMYK
RGB Variations
Color information
#9D8608 (or 0x9D8608) is known color: Hacienda. HEX triplet: 9D, 86 and 08. RGB value is (157,134,8). Sum of RGB (Red+Green+Blue) = 157+134+8=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8608 is #6279F7. Grayscale: #7F7F7F. Windows color (decimal): -6453752 or 558749. OLE color: 558749.
HSL color Cylindrical-coordinate representation of color #9D8608: hue angle of 50.74º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D8608 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.38 |
| HSL | 50.74º | 0.9% | 0.32% | - |
| HSV(B) | 50.74º | 0.95% | 0.62% | - |
| XYZ | 22.47 | 24.24 | 3.72 | - |
| YUV | 126.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 8 | 0 | 0.15 | 0.95 | 0.38 | 50.74 | 0.9 | 0.32 |
| Hex | 9D | 86 | 8 | 0 | F | 5F | 26 | 33 | 5A | 20 |
| Octal | 235 | 206 | 10 | 0 | 17 | 137 | 46 | 63 | 132 | 40 |
| Binary | 10011101 | 10000110 | 1000 | 0 | 1111 | 1011111 | 100110 | 110011 | 1011010 | 100000 |
Color Harmonies of #9D8608
Complementary color
Monochromatic Colors of #9D8608
Black with #9D8608
Text Example
Text Example
White with #9D8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8608; }
p { color: rgb(157,134,8); }
H1.HeaderClassName
{
color: #9D8608;
}
.AnyTagClassName
{
color: #9D8608;
}
</style>
background-color css
<style>
a { background-color: #9D8608; }
a { background-color: rgb(157,134,8); }
div.DivClassName
{
background-color: #9D8608;
}
.BgClassName
{
background-color: #9D8608;
}
</style>
border-color css
<style>
span { border-color: #9D8608; }
span { border-color: rgb(157,134,8); }
td.TdClassName
{
border-color: #9D8608;
}
.TagClassName
{
border-color: #9D8608;
}
</style>