Shades of Mauve Taupe #885D64
Tints of Mauve Taupe #885D64
RGB
CMYK
RGB Variations
Color information
#885D64 (or 0x885D64) is known color: Mauve Taupe. HEX triplet: 88, 5D and 64. RGB value is (136,93,100). Sum of RGB (Red+Green+Blue) = 136+93+100=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #885D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D64 is #77A29B. Grayscale: #6A6A6A. Windows color (decimal): -7840412 or 6577544. OLE color: 6577544.
HSL color Cylindrical-coordinate representation of color #885D64: hue angle of 350.23º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885D64 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 100 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.47 |
| HSL | 350.23º | 0.19% | 0.45% | - |
| HSV(B) | 350.23º | 0.32% | 0.53% | - |
| XYZ | 16.37 | 13.98 | 13.89 | - |
| YUV | 106.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 100 | 0 | 0.32 | 0.26 | 0.47 | 350.23 | 0.19 | 0.45 |
| Hex | 88 | 5D | 64 | 0 | 20 | 1A | 2F | 15E | 13 | 2D |
| Octal | 210 | 135 | 144 | 0 | 40 | 32 | 57 | 536 | 23 | 55 |
| Binary | 10001000 | 1011101 | 1100100 | 0 | 100000 | 11010 | 101111 | 101011110 | 10011 | 101101 |
Color Harmonies of #885D64
Complementary color
Monochromatic Colors of #885D64
Black with #885D64
Text Example
Text Example
White with #885D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D64; }
p { color: rgb(136,93,100); }
H1.HeaderClassName
{
color: #885D64;
}
.AnyTagClassName
{
color: #885D64;
}
</style>
background-color css
<style>
a { background-color: #885D64; }
a { background-color: rgb(136,93,100); }
div.DivClassName
{
background-color: #885D64;
}
.BgClassName
{
background-color: #885D64;
}
</style>
border-color css
<style>
span { border-color: #885D64; }
span { border-color: rgb(136,93,100); }
td.TdClassName
{
border-color: #885D64;
}
.TagClassName
{
border-color: #885D64;
}
</style>