Shades of Mauve Taupe #895E69
Tints of Mauve Taupe #895E69
RGB
CMYK
RGB Variations
Color information
#895E69 (or 0x895E69) is known color: Mauve Taupe. HEX triplet: 89, 5E and 69. RGB value is (137,94,105). Sum of RGB (Red+Green+Blue) = 137+94+105=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E69 is #76A196. Grayscale: #6C6C6C. Windows color (decimal): -7774615 or 6905481. OLE color: 6905481.
HSL color Cylindrical-coordinate representation of color #895E69: hue angle of 344.65º 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 #895E69 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 105 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.46 |
| HSL | 344.65º | 0.19% | 0.45% | - |
| HSV(B) | 344.65º | 0.31% | 0.54% | - |
| XYZ | 16.87 | 14.34 | 15.24 | - |
| YUV | 108.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 105 | 0 | 0.31 | 0.23 | 0.46 | 344.65 | 0.19 | 0.45 |
| Hex | 89 | 5E | 69 | 0 | 1F | 17 | 2E | 159 | 13 | 2D |
| Octal | 211 | 136 | 151 | 0 | 37 | 27 | 56 | 531 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1101001 | 0 | 11111 | 10111 | 101110 | 101011001 | 10011 | 101101 |
Color Harmonies of #895E69
Complementary color
Monochromatic Colors of #895E69
Black with #895E69
Text Example
Text Example
White with #895E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E69; }
p { color: rgb(137,94,105); }
H1.HeaderClassName
{
color: #895E69;
}
.AnyTagClassName
{
color: #895E69;
}
</style>
background-color css
<style>
a { background-color: #895E69; }
a { background-color: rgb(137,94,105); }
div.DivClassName
{
background-color: #895E69;
}
.BgClassName
{
background-color: #895E69;
}
</style>
border-color css
<style>
span { border-color: #895E69; }
span { border-color: rgb(137,94,105); }
td.TdClassName
{
border-color: #895E69;
}
.TagClassName
{
border-color: #895E69;
}
</style>