Shades of Hacienda #9F8008
Tints of Hacienda #9F8008
RGB
CMYK
RGB Variations
Color information
#9F8008 (or 0x9F8008) is known color: Hacienda. HEX triplet: 9F, 80 and 08. RGB value is (159,128,8). Sum of RGB (Red+Green+Blue) = 159+128+8=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8008 is #607FF7. Grayscale: #7C7C7C. Windows color (decimal): -6324216 or 557215. OLE color: 557215.
HSL color Cylindrical-coordinate representation of color #9F8008: hue angle of 47.68º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F8008 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 8 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.38 |
| HSL | 47.68º | 0.9% | 0.33% | - |
| HSV(B) | 47.68º | 0.95% | 0.62% | - |
| XYZ | 22.06 | 22.83 | 3.47 | - |
| YUV | 123.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 8 | 0 | 0.19 | 0.95 | 0.38 | 47.68 | 0.9 | 0.33 |
| Hex | 9F | 80 | 8 | 0 | 13 | 5F | 26 | 30 | 5A | 21 |
| Octal | 237 | 200 | 10 | 0 | 23 | 137 | 46 | 60 | 132 | 41 |
| Binary | 10011111 | 10000000 | 1000 | 0 | 10011 | 1011111 | 100110 | 110000 | 1011010 | 100001 |
Color Harmonies of #9F8008
Complementary color
Monochromatic Colors of #9F8008
Black with #9F8008
Text Example
Text Example
White with #9F8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8008; }
p { color: rgb(159,128,8); }
H1.HeaderClassName
{
color: #9F8008;
}
.AnyTagClassName
{
color: #9F8008;
}
</style>
background-color css
<style>
a { background-color: #9F8008; }
a { background-color: rgb(159,128,8); }
div.DivClassName
{
background-color: #9F8008;
}
.BgClassName
{
background-color: #9F8008;
}
</style>
border-color css
<style>
span { border-color: #9F8008; }
span { border-color: rgb(159,128,8); }
td.TdClassName
{
border-color: #9F8008;
}
.TagClassName
{
border-color: #9F8008;
}
</style>