Shades of Hacienda #997B12
Tints of Hacienda #997B12
RGB
CMYK
RGB Variations
Color information
#997B12 (or 0x997B12) is known color: Hacienda. HEX triplet: 99, 7B and 12. RGB value is (153,123,18). Sum of RGB (Red+Green+Blue) = 153+123+18=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #997B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997B12 is #6684ED. Grayscale: #787878. Windows color (decimal): -6718702 or 1211289. OLE color: 1211289.
HSL color Cylindrical-coordinate representation of color #997B12: hue angle of 46.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #997B12 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 18 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.4 |
| HSL | 46.67º | 0.79% | 0.34% | - |
| HSV(B) | 46.67º | 0.88% | 0.6% | - |
| XYZ | 20.33 | 20.98 | 3.55 | - |
| YUV | 120 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 18 | 0 | 0.20 | 0.88 | 0.4 | 46.67 | 0.79 | 0.34 |
| Hex | 99 | 7B | 12 | 0 | 14 | 58 | 28 | 2F | 4F | 22 |
| Octal | 231 | 173 | 22 | 0 | 24 | 130 | 50 | 57 | 117 | 42 |
| Binary | 10011001 | 1111011 | 10010 | 0 | 10100 | 1011000 | 101000 | 101111 | 1001111 | 100010 |
Color Harmonies of #997B12
Complementary color
Monochromatic Colors of #997B12
Black with #997B12
Text Example
Text Example
White with #997B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B12; }
p { color: rgb(153,123,18); }
H1.HeaderClassName
{
color: #997B12;
}
.AnyTagClassName
{
color: #997B12;
}
</style>
background-color css
<style>
a { background-color: #997B12; }
a { background-color: rgb(153,123,18); }
div.DivClassName
{
background-color: #997B12;
}
.BgClassName
{
background-color: #997B12;
}
</style>
border-color css
<style>
span { border-color: #997B12; }
span { border-color: rgb(153,123,18); }
td.TdClassName
{
border-color: #997B12;
}
.TagClassName
{
border-color: #997B12;
}
</style>