Shades of Hacienda #9C840F
Tints of Hacienda #9C840F
RGB
CMYK
RGB Variations
Color information
#9C840F (or 0x9C840F) is known color: Hacienda. HEX triplet: 9C, 84 and 0F. RGB value is (156,132,15). Sum of RGB (Red+Green+Blue) = 156+132+15=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C840F is #637BF0. Grayscale: #7E7E7E. Windows color (decimal): -6519793 or 1016988. OLE color: 1016988.
HSL color Cylindrical-coordinate representation of color #9C840F: hue angle of 49.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C840F is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 15 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.39 |
| HSL | 49.79º | 0.82% | 0.34% | - |
| HSV(B) | 49.79º | 0.9% | 0.61% | - |
| XYZ | 22.05 | 23.6 | 3.85 | - |
| YUV | 125.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 15 | 0 | 0.15 | 0.90 | 0.39 | 49.79 | 0.82 | 0.34 |
| Hex | 9C | 84 | F | 0 | F | 5A | 27 | 32 | 52 | 22 |
| Octal | 234 | 204 | 17 | 0 | 17 | 132 | 47 | 62 | 122 | 42 |
| Binary | 10011100 | 10000100 | 1111 | 0 | 1111 | 1011010 | 100111 | 110010 | 1010010 | 100010 |
Color Harmonies of #9C840F
Complementary color
Monochromatic Colors of #9C840F
Black with #9C840F
Text Example
Text Example
White with #9C840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C840F; }
p { color: rgb(156,132,15); }
H1.HeaderClassName
{
color: #9C840F;
}
.AnyTagClassName
{
color: #9C840F;
}
</style>
background-color css
<style>
a { background-color: #9C840F; }
a { background-color: rgb(156,132,15); }
div.DivClassName
{
background-color: #9C840F;
}
.BgClassName
{
background-color: #9C840F;
}
</style>
border-color css
<style>
span { border-color: #9C840F; }
span { border-color: rgb(156,132,15); }
td.TdClassName
{
border-color: #9C840F;
}
.TagClassName
{
border-color: #9C840F;
}
</style>