Shades of Hacienda #9B800C
Tints of Hacienda #9B800C
RGB
CMYK
RGB Variations
Color information
#9B800C (or 0x9B800C) is known color: Hacienda. HEX triplet: 9B, 80 and 0C. RGB value is (155,128,12). Sum of RGB (Red+Green+Blue) = 155+128+12=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B800C is #647FF3. Grayscale: #7B7B7B. Windows color (decimal): -6586356 or 819355. OLE color: 819355.
HSL color Cylindrical-coordinate representation of color #9B800C: hue angle of 48.67º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B800C is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 12 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.39 |
| HSL | 48.67º | 0.86% | 0.33% | - |
| HSV(B) | 48.67º | 0.92% | 0.61% | - |
| XYZ | 21.3 | 22.43 | 3.56 | - |
| YUV | 122.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 12 | 0 | 0.17 | 0.92 | 0.39 | 48.67 | 0.86 | 0.33 |
| Hex | 9B | 80 | C | 0 | 11 | 5C | 27 | 31 | 56 | 21 |
| Octal | 233 | 200 | 14 | 0 | 21 | 134 | 47 | 61 | 126 | 41 |
| Binary | 10011011 | 10000000 | 1100 | 0 | 10001 | 1011100 | 100111 | 110001 | 1010110 | 100001 |
Color Harmonies of #9B800C
Complementary color
Monochromatic Colors of #9B800C
Black with #9B800C
Text Example
Text Example
White with #9B800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B800C; }
p { color: rgb(155,128,12); }
H1.HeaderClassName
{
color: #9B800C;
}
.AnyTagClassName
{
color: #9B800C;
}
</style>
background-color css
<style>
a { background-color: #9B800C; }
a { background-color: rgb(155,128,12); }
div.DivClassName
{
background-color: #9B800C;
}
.BgClassName
{
background-color: #9B800C;
}
</style>
border-color css
<style>
span { border-color: #9B800C; }
span { border-color: rgb(155,128,12); }
td.TdClassName
{
border-color: #9B800C;
}
.TagClassName
{
border-color: #9B800C;
}
</style>