Shades of Hacienda #9C850E
Tints of Hacienda #9C850E
RGB
CMYK
RGB Variations
Color information
#9C850E (or 0x9C850E) is known color: Hacienda. HEX triplet: 9C, 85 and 0E. RGB value is (156,133,14). Sum of RGB (Red+Green+Blue) = 156+133+14=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C850E is #637AF1. Grayscale: #7E7E7E. Windows color (decimal): -6519538 or 951708. OLE color: 951708.
HSL color Cylindrical-coordinate representation of color #9C850E: hue angle of 50.28º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C850E is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 14 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.39 |
| HSL | 50.28º | 0.84% | 0.33% | - |
| HSV(B) | 50.28º | 0.91% | 0.61% | - |
| XYZ | 22.18 | 23.87 | 3.85 | - |
| YUV | 126.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 14 | 0 | 0.15 | 0.91 | 0.39 | 50.28 | 0.84 | 0.33 |
| Hex | 9C | 85 | E | 0 | F | 5B | 27 | 32 | 54 | 21 |
| Octal | 234 | 205 | 16 | 0 | 17 | 133 | 47 | 62 | 124 | 41 |
| Binary | 10011100 | 10000101 | 1110 | 0 | 1111 | 1011011 | 100111 | 110010 | 1010100 | 100001 |
Color Harmonies of #9C850E
Complementary color
Monochromatic Colors of #9C850E
Black with #9C850E
Text Example
Text Example
White with #9C850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C850E; }
p { color: rgb(156,133,14); }
H1.HeaderClassName
{
color: #9C850E;
}
.AnyTagClassName
{
color: #9C850E;
}
</style>
background-color css
<style>
a { background-color: #9C850E; }
a { background-color: rgb(156,133,14); }
div.DivClassName
{
background-color: #9C850E;
}
.BgClassName
{
background-color: #9C850E;
}
</style>
border-color css
<style>
span { border-color: #9C850E; }
span { border-color: rgb(156,133,14); }
td.TdClassName
{
border-color: #9C850E;
}
.TagClassName
{
border-color: #9C850E;
}
</style>