Shades of Mauve Taupe #895E63
Tints of Mauve Taupe #895E63
RGB
CMYK
RGB Variations
Color information
#895E63 (or 0x895E63) is known color: Mauve Taupe. HEX triplet: 89, 5E and 63. RGB value is (137,94,99). Sum of RGB (Red+Green+Blue) = 137+94+99=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #895E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E63 is #76A19C. Grayscale: #6B6B6B. Windows color (decimal): -7774621 or 6512265. OLE color: 6512265.
HSL color Cylindrical-coordinate representation of color #895E63: hue angle of 353.02º 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 #895E63 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 99 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.46 |
| HSL | 353.02º | 0.19% | 0.45% | - |
| HSV(B) | 353.02º | 0.31% | 0.54% | - |
| XYZ | 16.57 | 14.22 | 13.68 | - |
| YUV | 107.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 99 | 0 | 0.31 | 0.28 | 0.46 | 353.02 | 0.19 | 0.45 |
| Hex | 89 | 5E | 63 | 0 | 1F | 1C | 2E | 161 | 13 | 2D |
| Octal | 211 | 136 | 143 | 0 | 37 | 34 | 56 | 541 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1100011 | 0 | 11111 | 11100 | 101110 | 101100001 | 10011 | 101101 |
Color Harmonies of #895E63
Complementary color
Monochromatic Colors of #895E63
Black with #895E63
Text Example
Text Example
White with #895E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E63; }
p { color: rgb(137,94,99); }
H1.HeaderClassName
{
color: #895E63;
}
.AnyTagClassName
{
color: #895E63;
}
</style>
background-color css
<style>
a { background-color: #895E63; }
a { background-color: rgb(137,94,99); }
div.DivClassName
{
background-color: #895E63;
}
.BgClassName
{
background-color: #895E63;
}
</style>
border-color css
<style>
span { border-color: #895E63; }
span { border-color: rgb(137,94,99); }
td.TdClassName
{
border-color: #895E63;
}
.TagClassName
{
border-color: #895E63;
}
</style>