Shades of Mauve Taupe #895E62
Tints of Mauve Taupe #895E62
RGB
CMYK
RGB Variations
Color information
#895E62 (or 0x895E62) is known color: Mauve Taupe. HEX triplet: 89, 5E and 62. RGB value is (137,94,98). Sum of RGB (Red+Green+Blue) = 137+94+98=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #895E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E62 is #76A19D. Grayscale: #6B6B6B. Windows color (decimal): -7774622 or 6446729. OLE color: 6446729.
HSL color Cylindrical-coordinate representation of color #895E62: hue angle of 354.42º 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 #895E62 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 98 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.46 |
| HSL | 354.42º | 0.19% | 0.45% | - |
| HSV(B) | 354.42º | 0.31% | 0.54% | - |
| XYZ | 16.52 | 14.21 | 13.43 | - |
| YUV | 107.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 98 | 0 | 0.31 | 0.28 | 0.46 | 354.42 | 0.19 | 0.45 |
| Hex | 89 | 5E | 62 | 0 | 1F | 1C | 2E | 162 | 13 | 2D |
| Octal | 211 | 136 | 142 | 0 | 37 | 34 | 56 | 542 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1100010 | 0 | 11111 | 11100 | 101110 | 101100010 | 10011 | 101101 |
Color Harmonies of #895E62
Complementary color
Monochromatic Colors of #895E62
Black with #895E62
Text Example
Text Example
White with #895E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E62; }
p { color: rgb(137,94,98); }
H1.HeaderClassName
{
color: #895E62;
}
.AnyTagClassName
{
color: #895E62;
}
</style>
background-color css
<style>
a { background-color: #895E62; }
a { background-color: rgb(137,94,98); }
div.DivClassName
{
background-color: #895E62;
}
.BgClassName
{
background-color: #895E62;
}
</style>
border-color css
<style>
span { border-color: #895E62; }
span { border-color: rgb(137,94,98); }
td.TdClassName
{
border-color: #895E62;
}
.TagClassName
{
border-color: #895E62;
}
</style>