Shades of Hacienda #9B810E
Tints of Hacienda #9B810E
RGB
CMYK
RGB Variations
Color information
#9B810E (or 0x9B810E) is known color: Hacienda. HEX triplet: 9B, 81 and 0E. RGB value is (155,129,14). Sum of RGB (Red+Green+Blue) = 155+129+14=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B810E is #647EF1. Grayscale: #7C7C7C. Windows color (decimal): -6586098 or 950683. OLE color: 950683.
HSL color Cylindrical-coordinate representation of color #9B810E: hue angle of 48.94º 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 #9B810E is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 14 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.39 |
| HSL | 48.94º | 0.83% | 0.33% | - |
| HSV(B) | 48.94º | 0.91% | 0.61% | - |
| XYZ | 21.45 | 22.7 | 3.67 | - |
| YUV | 123.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 14 | 0 | 0.17 | 0.91 | 0.39 | 48.94 | 0.83 | 0.33 |
| Hex | 9B | 81 | E | 0 | 11 | 5B | 27 | 31 | 53 | 21 |
| Octal | 233 | 201 | 16 | 0 | 21 | 133 | 47 | 61 | 123 | 41 |
| Binary | 10011011 | 10000001 | 1110 | 0 | 10001 | 1011011 | 100111 | 110001 | 1010011 | 100001 |
Color Harmonies of #9B810E
Complementary color
Monochromatic Colors of #9B810E
Black with #9B810E
Text Example
Text Example
White with #9B810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B810E; }
p { color: rgb(155,129,14); }
H1.HeaderClassName
{
color: #9B810E;
}
.AnyTagClassName
{
color: #9B810E;
}
</style>
background-color css
<style>
a { background-color: #9B810E; }
a { background-color: rgb(155,129,14); }
div.DivClassName
{
background-color: #9B810E;
}
.BgClassName
{
background-color: #9B810E;
}
</style>
border-color css
<style>
span { border-color: #9B810E; }
span { border-color: rgb(155,129,14); }
td.TdClassName
{
border-color: #9B810E;
}
.TagClassName
{
border-color: #9B810E;
}
</style>