Shades of Empress #896C6D
Tints of Empress #896C6D
RGB
CMYK
RGB Variations
Color information
#896C6D (or 0x896C6D) is known color: Empress. HEX triplet: 89, 6C and 6D. RGB value is (137,108,109). Sum of RGB (Red+Green+Blue) = 137+108+109=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C6D is #769392. Grayscale: #747474. Windows color (decimal): -7771027 or 7171209. OLE color: 7171209.
HSL color Cylindrical-coordinate representation of color #896C6D: hue angle of 357.93º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C6D is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 109 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.46 |
| HSL | 357.93º | 0.12% | 0.48% | - |
| HSV(B) | 357.93º | 0.21% | 0.54% | - |
| XYZ | 18.44 | 17.15 | 16.81 | - |
| YUV | 116.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 109 | 0 | 0.21 | 0.20 | 0.46 | 357.93 | 0.12 | 0.48 |
| Hex | 89 | 6C | 6D | 0 | 15 | 14 | 2E | 166 | C | 30 |
| Octal | 211 | 154 | 155 | 0 | 25 | 24 | 56 | 546 | 14 | 60 |
| Binary | 10001001 | 1101100 | 1101101 | 0 | 10101 | 10100 | 101110 | 101100110 | 1100 | 110000 |
Color Harmonies of #896C6D
Complementary color
Monochromatic Colors of #896C6D
Black with #896C6D
Text Example
Text Example
White with #896C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C6D; }
p { color: rgb(137,108,109); }
H1.HeaderClassName
{
color: #896C6D;
}
.AnyTagClassName
{
color: #896C6D;
}
</style>
background-color css
<style>
a { background-color: #896C6D; }
a { background-color: rgb(137,108,109); }
div.DivClassName
{
background-color: #896C6D;
}
.BgClassName
{
background-color: #896C6D;
}
</style>
border-color css
<style>
span { border-color: #896C6D; }
span { border-color: rgb(137,108,109); }
td.TdClassName
{
border-color: #896C6D;
}
.TagClassName
{
border-color: #896C6D;
}
</style>