Shades of Mauve Taupe #895E6C
Tints of Mauve Taupe #895E6C
RGB
CMYK
RGB Variations
Color information
#895E6C (or 0x895E6C) is known color: Mauve Taupe. HEX triplet: 89, 5E and 6C. RGB value is (137,94,108). Sum of RGB (Red+Green+Blue) = 137+94+108=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E6C is #76A193. Grayscale: #6C6C6C. Windows color (decimal): -7774612 or 7102089. OLE color: 7102089.
HSL color Cylindrical-coordinate representation of color #895E6C: hue angle of 340.47º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895E6C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 108 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.46 |
| HSL | 340.47º | 0.19% | 0.45% | - |
| HSV(B) | 340.47º | 0.31% | 0.54% | - |
| XYZ | 17.03 | 14.41 | 16.07 | - |
| YUV | 108.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 108 | 0 | 0.31 | 0.21 | 0.46 | 340.47 | 0.19 | 0.45 |
| Hex | 89 | 5E | 6C | 0 | 1F | 15 | 2E | 154 | 13 | 2D |
| Octal | 211 | 136 | 154 | 0 | 37 | 25 | 56 | 524 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1101100 | 0 | 11111 | 10101 | 101110 | 101010100 | 10011 | 101101 |
Color Harmonies of #895E6C
Complementary color
Monochromatic Colors of #895E6C
Black with #895E6C
Text Example
Text Example
White with #895E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E6C; }
p { color: rgb(137,94,108); }
H1.HeaderClassName
{
color: #895E6C;
}
.AnyTagClassName
{
color: #895E6C;
}
</style>
background-color css
<style>
a { background-color: #895E6C; }
a { background-color: rgb(137,94,108); }
div.DivClassName
{
background-color: #895E6C;
}
.BgClassName
{
background-color: #895E6C;
}
</style>
border-color css
<style>
span { border-color: #895E6C; }
span { border-color: rgb(137,94,108); }
td.TdClassName
{
border-color: #895E6C;
}
.TagClassName
{
border-color: #895E6C;
}
</style>