Shades of Hacienda #997F0F
Tints of Hacienda #997F0F
RGB
CMYK
RGB Variations
Color information
#997F0F (or 0x997F0F) is known color: Hacienda. HEX triplet: 99, 7F and 0F. RGB value is (153,127,15). Sum of RGB (Red+Green+Blue) = 153+127+15=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #997F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F0F is #6680F0. Grayscale: #7A7A7A. Windows color (decimal): -6717681 or 1015705. OLE color: 1015705.
HSL color Cylindrical-coordinate representation of color #997F0F: hue angle of 48.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #997F0F is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 15 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.4 |
| HSL | 48.7º | 0.82% | 0.33% | - |
| HSV(B) | 48.7º | 0.9% | 0.6% | - |
| XYZ | 20.81 | 21.99 | 3.6 | - |
| YUV | 122.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 15 | 0 | 0.17 | 0.90 | 0.4 | 48.7 | 0.82 | 0.33 |
| Hex | 99 | 7F | F | 0 | 11 | 5A | 28 | 31 | 52 | 21 |
| Octal | 231 | 177 | 17 | 0 | 21 | 132 | 50 | 61 | 122 | 41 |
| Binary | 10011001 | 1111111 | 1111 | 0 | 10001 | 1011010 | 101000 | 110001 | 1010010 | 100001 |
Color Harmonies of #997F0F
Complementary color
Monochromatic Colors of #997F0F
Black with #997F0F
Text Example
Text Example
White with #997F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F0F; }
p { color: rgb(153,127,15); }
H1.HeaderClassName
{
color: #997F0F;
}
.AnyTagClassName
{
color: #997F0F;
}
</style>
background-color css
<style>
a { background-color: #997F0F; }
a { background-color: rgb(153,127,15); }
div.DivClassName
{
background-color: #997F0F;
}
.BgClassName
{
background-color: #997F0F;
}
</style>
border-color css
<style>
span { border-color: #997F0F; }
span { border-color: rgb(153,127,15); }
td.TdClassName
{
border-color: #997F0F;
}
.TagClassName
{
border-color: #997F0F;
}
</style>