Shades of Hacienda #9B800F
Tints of Hacienda #9B800F
RGB
CMYK
RGB Variations
Color information
#9B800F (or 0x9B800F) is known color: Hacienda. HEX triplet: 9B, 80 and 0F. RGB value is (155,128,15). Sum of RGB (Red+Green+Blue) = 155+128+15=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B800F is #647FF0. Grayscale: #7B7B7B. Windows color (decimal): -6586353 or 1015963. OLE color: 1015963.
HSL color Cylindrical-coordinate representation of color #9B800F: hue angle of 48.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B800F is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 15 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.39 |
| HSL | 48.43º | 0.82% | 0.33% | - |
| HSV(B) | 48.43º | 0.9% | 0.61% | - |
| XYZ | 21.32 | 22.44 | 3.66 | - |
| YUV | 123.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 15 | 0 | 0.17 | 0.90 | 0.39 | 48.43 | 0.82 | 0.33 |
| Hex | 9B | 80 | F | 0 | 11 | 5A | 27 | 30 | 52 | 21 |
| Octal | 233 | 200 | 17 | 0 | 21 | 132 | 47 | 60 | 122 | 41 |
| Binary | 10011011 | 10000000 | 1111 | 0 | 10001 | 1011010 | 100111 | 110000 | 1010010 | 100001 |
Color Harmonies of #9B800F
Complementary color
Monochromatic Colors of #9B800F
Black with #9B800F
Text Example
Text Example
White with #9B800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B800F; }
p { color: rgb(155,128,15); }
H1.HeaderClassName
{
color: #9B800F;
}
.AnyTagClassName
{
color: #9B800F;
}
</style>
background-color css
<style>
a { background-color: #9B800F; }
a { background-color: rgb(155,128,15); }
div.DivClassName
{
background-color: #9B800F;
}
.BgClassName
{
background-color: #9B800F;
}
</style>
border-color css
<style>
span { border-color: #9B800F; }
span { border-color: rgb(155,128,15); }
td.TdClassName
{
border-color: #9B800F;
}
.TagClassName
{
border-color: #9B800F;
}
</style>