Shades of Hacienda #997B2F
Tints of Hacienda #997B2F
RGB
CMYK
RGB Variations
Color information
#997B2F (or 0x997B2F) is known color: Hacienda. HEX triplet: 99, 7B and 2F. RGB value is (153,123,47). Sum of RGB (Red+Green+Blue) = 153+123+47=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #997B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B2F is #6684D0. Grayscale: #7B7B7B. Windows color (decimal): -6718673 or 3111833. OLE color: 3111833.
HSL color Cylindrical-coordinate representation of color #997B2F: hue angle of 43.02º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #997B2F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 47 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.4 |
| HSL | 43.02º | 0.53% | 0.39% | - |
| HSV(B) | 43.02º | 0.69% | 0.6% | - |
| XYZ | 20.73 | 21.14 | 5.68 | - |
| YUV | 123.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 47 | 0 | 0.20 | 0.69 | 0.4 | 43.02 | 0.53 | 0.39 |
| Hex | 99 | 7B | 2F | 0 | 14 | 45 | 28 | 2B | 35 | 27 |
| Octal | 231 | 173 | 57 | 0 | 24 | 105 | 50 | 53 | 65 | 47 |
| Binary | 10011001 | 1111011 | 101111 | 0 | 10100 | 1000101 | 101000 | 101011 | 110101 | 100111 |
Color Harmonies of #997B2F
Complementary color
Monochromatic Colors of #997B2F
Black with #997B2F
Text Example
Text Example
White with #997B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B2F; }
p { color: rgb(153,123,47); }
H1.HeaderClassName
{
color: #997B2F;
}
.AnyTagClassName
{
color: #997B2F;
}
</style>
background-color css
<style>
a { background-color: #997B2F; }
a { background-color: rgb(153,123,47); }
div.DivClassName
{
background-color: #997B2F;
}
.BgClassName
{
background-color: #997B2F;
}
</style>
border-color css
<style>
span { border-color: #997B2F; }
span { border-color: rgb(153,123,47); }
td.TdClassName
{
border-color: #997B2F;
}
.TagClassName
{
border-color: #997B2F;
}
</style>