Shades of Hacienda #9B8714
Tints of Hacienda #9B8714
RGB
CMYK
RGB Variations
Color information
#9B8714 (or 0x9B8714) is known color: Hacienda. HEX triplet: 9B, 87 and 14. RGB value is (155,135,20). Sum of RGB (Red+Green+Blue) = 155+135+20=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8714 is #6478EB. Grayscale: #808080. Windows color (decimal): -6584556 or 1345435. OLE color: 1345435.
HSL color Cylindrical-coordinate representation of color #9B8714: hue angle of 51.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B8714 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 20 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.39 |
| HSL | 51.11º | 0.77% | 0.34% | - |
| HSV(B) | 51.11º | 0.87% | 0.61% | - |
| XYZ | 22.31 | 24.35 | 4.19 | - |
| YUV | 127.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 20 | 0 | 0.13 | 0.87 | 0.39 | 51.11 | 0.77 | 0.34 |
| Hex | 9B | 87 | 14 | 0 | D | 57 | 27 | 33 | 4D | 22 |
| Octal | 233 | 207 | 24 | 0 | 15 | 127 | 47 | 63 | 115 | 42 |
| Binary | 10011011 | 10000111 | 10100 | 0 | 1101 | 1010111 | 100111 | 110011 | 1001101 | 100010 |
Color Harmonies of #9B8714
Complementary color
Monochromatic Colors of #9B8714
Black with #9B8714
Text Example
Text Example
White with #9B8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8714; }
p { color: rgb(155,135,20); }
H1.HeaderClassName
{
color: #9B8714;
}
.AnyTagClassName
{
color: #9B8714;
}
</style>
background-color css
<style>
a { background-color: #9B8714; }
a { background-color: rgb(155,135,20); }
div.DivClassName
{
background-color: #9B8714;
}
.BgClassName
{
background-color: #9B8714;
}
</style>
border-color css
<style>
span { border-color: #9B8714; }
span { border-color: rgb(155,135,20); }
td.TdClassName
{
border-color: #9B8714;
}
.TagClassName
{
border-color: #9B8714;
}
</style>