Shades of Mauve Taupe #895A6E
Tints of Mauve Taupe #895A6E
RGB
CMYK
RGB Variations
Color information
#895A6E (or 0x895A6E) is known color: Mauve Taupe. HEX triplet: 89, 5A and 6E. RGB value is (137,90,110). Sum of RGB (Red+Green+Blue) = 137+90+110=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A6E is #76A591. Grayscale: #6A6A6A. Windows color (decimal): -7775634 or 7232137. OLE color: 7232137.
HSL color Cylindrical-coordinate representation of color #895A6E: hue angle of 334.47º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A6E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 110 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.46 |
| HSL | 334.47º | 0.21% | 0.45% | - |
| HSV(B) | 334.47º | 0.34% | 0.54% | - |
| XYZ | 16.79 | 13.76 | 16.52 | - |
| YUV | 106.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 110 | 0 | 0.34 | 0.20 | 0.46 | 334.47 | 0.21 | 0.45 |
| Hex | 89 | 5A | 6E | 0 | 22 | 14 | 2E | 14E | 15 | 2D |
| Octal | 211 | 132 | 156 | 0 | 42 | 24 | 56 | 516 | 25 | 55 |
| Binary | 10001001 | 1011010 | 1101110 | 0 | 100010 | 10100 | 101110 | 101001110 | 10101 | 101101 |
Color Harmonies of #895A6E
Complementary color
Monochromatic Colors of #895A6E
Black with #895A6E
Text Example
Text Example
White with #895A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A6E; }
p { color: rgb(137,90,110); }
H1.HeaderClassName
{
color: #895A6E;
}
.AnyTagClassName
{
color: #895A6E;
}
</style>
background-color css
<style>
a { background-color: #895A6E; }
a { background-color: rgb(137,90,110); }
div.DivClassName
{
background-color: #895A6E;
}
.BgClassName
{
background-color: #895A6E;
}
</style>
border-color css
<style>
span { border-color: #895A6E; }
span { border-color: rgb(137,90,110); }
td.TdClassName
{
border-color: #895A6E;
}
.TagClassName
{
border-color: #895A6E;
}
</style>