Shades of Empress #896D74
Tints of Empress #896D74
RGB
CMYK
RGB Variations
Color information
#896D74 (or 0x896D74) is known color: Empress. HEX triplet: 89, 6D and 74. RGB value is (137,109,116). Sum of RGB (Red+Green+Blue) = 137+109+116=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #896D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D74 is #76928B. Grayscale: #767676. Windows color (decimal): -7770764 or 7630217. OLE color: 7630217.
HSL color Cylindrical-coordinate representation of color #896D74: hue angle of 345º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896D74 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 116 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.46 |
| HSL | 345º | 0.11% | 0.48% | - |
| HSV(B) | 345º | 0.2% | 0.54% | - |
| XYZ | 18.94 | 17.52 | 18.91 | - |
| YUV | 118.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 116 | 0 | 0.20 | 0.15 | 0.46 | 345 | 0.11 | 0.48 |
| Hex | 89 | 6D | 74 | 0 | 14 | F | 2E | 159 | B | 30 |
| Octal | 211 | 155 | 164 | 0 | 24 | 17 | 56 | 531 | 13 | 60 |
| Binary | 10001001 | 1101101 | 1110100 | 0 | 10100 | 1111 | 101110 | 101011001 | 1011 | 110000 |
Color Harmonies of #896D74
Complementary color
Monochromatic Colors of #896D74
Black with #896D74
Text Example
Text Example
White with #896D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D74; }
p { color: rgb(137,109,116); }
H1.HeaderClassName
{
color: #896D74;
}
.AnyTagClassName
{
color: #896D74;
}
</style>
background-color css
<style>
a { background-color: #896D74; }
a { background-color: rgb(137,109,116); }
div.DivClassName
{
background-color: #896D74;
}
.BgClassName
{
background-color: #896D74;
}
</style>
border-color css
<style>
span { border-color: #896D74; }
span { border-color: rgb(137,109,116); }
td.TdClassName
{
border-color: #896D74;
}
.TagClassName
{
border-color: #896D74;
}
</style>