Shades of Mauve Taupe #895E6D
Tints of Mauve Taupe #895E6D
RGB
CMYK
RGB Variations
Color information
#895E6D (or 0x895E6D) is known color: Mauve Taupe. HEX triplet: 89, 5E and 6D. RGB value is (137,94,109). Sum of RGB (Red+Green+Blue) = 137+94+109=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E6D is #76A192. Grayscale: #6C6C6C. Windows color (decimal): -7774611 or 7167625. OLE color: 7167625.
HSL color Cylindrical-coordinate representation of color #895E6D: hue angle of 339.07º 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 #895E6D is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 109 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.46 |
| HSL | 339.07º | 0.19% | 0.45% | - |
| HSV(B) | 339.07º | 0.31% | 0.54% | - |
| XYZ | 17.08 | 14.43 | 16.35 | - |
| YUV | 108.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 109 | 0 | 0.31 | 0.20 | 0.46 | 339.07 | 0.19 | 0.45 |
| Hex | 89 | 5E | 6D | 0 | 1F | 14 | 2E | 153 | 13 | 2D |
| Octal | 211 | 136 | 155 | 0 | 37 | 24 | 56 | 523 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1101101 | 0 | 11111 | 10100 | 101110 | 101010011 | 10011 | 101101 |
Color Harmonies of #895E6D
Complementary color
Monochromatic Colors of #895E6D
Black with #895E6D
Text Example
Text Example
White with #895E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E6D; }
p { color: rgb(137,94,109); }
H1.HeaderClassName
{
color: #895E6D;
}
.AnyTagClassName
{
color: #895E6D;
}
</style>
background-color css
<style>
a { background-color: #895E6D; }
a { background-color: rgb(137,94,109); }
div.DivClassName
{
background-color: #895E6D;
}
.BgClassName
{
background-color: #895E6D;
}
</style>
border-color css
<style>
span { border-color: #895E6D; }
span { border-color: rgb(137,94,109); }
td.TdClassName
{
border-color: #895E6D;
}
.TagClassName
{
border-color: #895E6D;
}
</style>