Shades of Hacienda #997F06
Tints of Hacienda #997F06
RGB
CMYK
RGB Variations
Color information
#997F06 (or 0x997F06) is known color: Hacienda. HEX triplet: 99, 7F and 06. RGB value is (153,127,6). Sum of RGB (Red+Green+Blue) = 153+127+6=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F06 is #6680F9. Grayscale: #797979. Windows color (decimal): -6717690 or 425881. OLE color: 425881.
HSL color Cylindrical-coordinate representation of color #997F06: hue angle of 49.39º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #997F06 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 6 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.4 |
| HSL | 49.39º | 0.92% | 0.31% | - |
| HSV(B) | 49.39º | 0.96% | 0.6% | - |
| XYZ | 20.76 | 21.96 | 3.32 | - |
| YUV | 120.98 | 63.11 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 6 | 0 | 0.17 | 0.96 | 0.4 | 49.39 | 0.92 | 0.31 |
| Hex | 99 | 7F | 6 | 0 | 11 | 60 | 28 | 31 | 5C | 1F |
| Octal | 231 | 177 | 6 | 0 | 21 | 140 | 50 | 61 | 134 | 37 |
| Binary | 10011001 | 1111111 | 110 | 0 | 10001 | 1100000 | 101000 | 110001 | 1011100 | 11111 |
Color Harmonies of #997F06
Complementary color
Monochromatic Colors of #997F06
Black with #997F06
Text Example
Text Example
White with #997F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F06; }
p { color: rgb(153,127,6); }
H1.HeaderClassName
{
color: #997F06;
}
.AnyTagClassName
{
color: #997F06;
}
</style>
background-color css
<style>
a { background-color: #997F06; }
a { background-color: rgb(153,127,6); }
div.DivClassName
{
background-color: #997F06;
}
.BgClassName
{
background-color: #997F06;
}
</style>
border-color css
<style>
span { border-color: #997F06; }
span { border-color: rgb(153,127,6); }
td.TdClassName
{
border-color: #997F06;
}
.TagClassName
{
border-color: #997F06;
}
</style>