Shades of Hacienda #9B840E
Tints of Hacienda #9B840E
RGB
CMYK
RGB Variations
Color information
#9B840E (or 0x9B840E) is known color: Hacienda. HEX triplet: 9B, 84 and 0E. RGB value is (155,132,14). Sum of RGB (Red+Green+Blue) = 155+132+14=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B840E is #647BF1. Grayscale: #7D7D7D. Windows color (decimal): -6585330 or 951451. OLE color: 951451.
HSL color Cylindrical-coordinate representation of color #9B840E: hue angle of 50.21º degrees, saturation: 0.83, 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 #9B840E is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 14 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.39 |
| HSL | 50.21º | 0.83% | 0.33% | - |
| HSV(B) | 50.21º | 0.91% | 0.61% | - |
| XYZ | 21.85 | 23.5 | 3.8 | - |
| YUV | 125.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 14 | 0 | 0.15 | 0.91 | 0.39 | 50.21 | 0.83 | 0.33 |
| Hex | 9B | 84 | E | 0 | F | 5B | 27 | 32 | 53 | 21 |
| Octal | 233 | 204 | 16 | 0 | 17 | 133 | 47 | 62 | 123 | 41 |
| Binary | 10011011 | 10000100 | 1110 | 0 | 1111 | 1011011 | 100111 | 110010 | 1010011 | 100001 |
Color Harmonies of #9B840E
Complementary color
Monochromatic Colors of #9B840E
Black with #9B840E
Text Example
Text Example
White with #9B840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B840E; }
p { color: rgb(155,132,14); }
H1.HeaderClassName
{
color: #9B840E;
}
.AnyTagClassName
{
color: #9B840E;
}
</style>
background-color css
<style>
a { background-color: #9B840E; }
a { background-color: rgb(155,132,14); }
div.DivClassName
{
background-color: #9B840E;
}
.BgClassName
{
background-color: #9B840E;
}
</style>
border-color css
<style>
span { border-color: #9B840E; }
span { border-color: rgb(155,132,14); }
td.TdClassName
{
border-color: #9B840E;
}
.TagClassName
{
border-color: #9B840E;
}
</style>