Shades of Mauve Taupe #896470
Tints of Mauve Taupe #896470
RGB
CMYK
RGB Variations
Color information
#896470 (or 0x896470) is known color: Mauve Taupe. HEX triplet: 89, 64 and 70. RGB value is (137,100,112). Sum of RGB (Red+Green+Blue) = 137+100+112=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #896470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896470 is #769B8F. Grayscale: #707070. Windows color (decimal): -7773072 or 7365769. OLE color: 7365769.
HSL color Cylindrical-coordinate representation of color #896470: hue angle of 340.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896470 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 112 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.46 |
| HSL | 340.54º | 0.16% | 0.46% | - |
| HSV(B) | 340.54º | 0.27% | 0.54% | - |
| XYZ | 17.8 | 15.6 | 17.4 | - |
| YUV | 112.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 112 | 0 | 0.27 | 0.18 | 0.46 | 340.54 | 0.16 | 0.46 |
| Hex | 89 | 64 | 70 | 0 | 1B | 12 | 2E | 155 | 10 | 2E |
| Octal | 211 | 144 | 160 | 0 | 33 | 22 | 56 | 525 | 20 | 56 |
| Binary | 10001001 | 1100100 | 1110000 | 0 | 11011 | 10010 | 101110 | 101010101 | 10000 | 101110 |
Color Harmonies of #896470
Complementary color
Monochromatic Colors of #896470
Black with #896470
Text Example
Text Example
White with #896470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896470; }
p { color: rgb(137,100,112); }
H1.HeaderClassName
{
color: #896470;
}
.AnyTagClassName
{
color: #896470;
}
</style>
background-color css
<style>
a { background-color: #896470; }
a { background-color: rgb(137,100,112); }
div.DivClassName
{
background-color: #896470;
}
.BgClassName
{
background-color: #896470;
}
</style>
border-color css
<style>
span { border-color: #896470; }
span { border-color: rgb(137,100,112); }
td.TdClassName
{
border-color: #896470;
}
.TagClassName
{
border-color: #896470;
}
</style>