Shades of Empress #896A6C
Tints of Empress #896A6C
RGB
CMYK
RGB Variations
Color information
#896A6C (or 0x896A6C) is known color: Empress. HEX triplet: 89, 6A and 6C. RGB value is (137,106,108). Sum of RGB (Red+Green+Blue) = 137+106+108=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #896A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A6C is #769593. Grayscale: #737373. Windows color (decimal): -7771540 or 7105161. OLE color: 7105161.
HSL color Cylindrical-coordinate representation of color #896A6C: hue angle of 356.13º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896A6C is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 108 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.46 |
| HSL | 356.13º | 0.13% | 0.48% | - |
| HSV(B) | 356.13º | 0.23% | 0.54% | - |
| XYZ | 18.18 | 16.71 | 16.45 | - |
| YUV | 115.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 108 | 0 | 0.23 | 0.21 | 0.46 | 356.13 | 0.13 | 0.48 |
| Hex | 89 | 6A | 6C | 0 | 17 | 15 | 2E | 164 | D | 30 |
| Octal | 211 | 152 | 154 | 0 | 27 | 25 | 56 | 544 | 15 | 60 |
| Binary | 10001001 | 1101010 | 1101100 | 0 | 10111 | 10101 | 101110 | 101100100 | 1101 | 110000 |
Color Harmonies of #896A6C
Complementary color
Monochromatic Colors of #896A6C
Black with #896A6C
Text Example
Text Example
White with #896A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A6C; }
p { color: rgb(137,106,108); }
H1.HeaderClassName
{
color: #896A6C;
}
.AnyTagClassName
{
color: #896A6C;
}
</style>
background-color css
<style>
a { background-color: #896A6C; }
a { background-color: rgb(137,106,108); }
div.DivClassName
{
background-color: #896A6C;
}
.BgClassName
{
background-color: #896A6C;
}
</style>
border-color css
<style>
span { border-color: #896A6C; }
span { border-color: rgb(137,106,108); }
td.TdClassName
{
border-color: #896A6C;
}
.TagClassName
{
border-color: #896A6C;
}
</style>