Shades of Mauve Taupe #895E64
Tints of Mauve Taupe #895E64
RGB
CMYK
RGB Variations
Color information
#895E64 (or 0x895E64) is known color: Mauve Taupe. HEX triplet: 89, 5E and 64. RGB value is (137,94,100). Sum of RGB (Red+Green+Blue) = 137+94+100=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #895E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E64 is #76A19B. Grayscale: #6B6B6B. Windows color (decimal): -7774620 or 6577801. OLE color: 6577801.
HSL color Cylindrical-coordinate representation of color #895E64: hue angle of 351.63º 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 #895E64 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 100 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.46 |
| HSL | 351.63º | 0.19% | 0.45% | - |
| HSV(B) | 351.63º | 0.31% | 0.54% | - |
| XYZ | 16.62 | 14.24 | 13.93 | - |
| YUV | 107.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 100 | 0 | 0.31 | 0.27 | 0.46 | 351.63 | 0.19 | 0.45 |
| Hex | 89 | 5E | 64 | 0 | 1F | 1B | 2E | 160 | 13 | 2D |
| Octal | 211 | 136 | 144 | 0 | 37 | 33 | 56 | 540 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1100100 | 0 | 11111 | 11011 | 101110 | 101100000 | 10011 | 101101 |
Color Harmonies of #895E64
Complementary color
Monochromatic Colors of #895E64
Black with #895E64
Text Example
Text Example
White with #895E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E64; }
p { color: rgb(137,94,100); }
H1.HeaderClassName
{
color: #895E64;
}
.AnyTagClassName
{
color: #895E64;
}
</style>
background-color css
<style>
a { background-color: #895E64; }
a { background-color: rgb(137,94,100); }
div.DivClassName
{
background-color: #895E64;
}
.BgClassName
{
background-color: #895E64;
}
</style>
border-color css
<style>
span { border-color: #895E64; }
span { border-color: rgb(137,94,100); }
td.TdClassName
{
border-color: #895E64;
}
.TagClassName
{
border-color: #895E64;
}
</style>