Shades of Mauve Taupe #885A6D
Tints of Mauve Taupe #885A6D
RGB
CMYK
RGB Variations
Color information
#885A6D (or 0x885A6D) is known color: Mauve Taupe. HEX triplet: 88, 5A and 6D. RGB value is (136,90,109). Sum of RGB (Red+Green+Blue) = 136+90+109=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A6D is #77A592. Grayscale: #696969. Windows color (decimal): -7841171 or 7166600. OLE color: 7166600.
HSL color Cylindrical-coordinate representation of color #885A6D: hue angle of 335.22º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A6D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 109 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.47 |
| HSL | 335.22º | 0.2% | 0.44% | - |
| HSV(B) | 335.22º | 0.34% | 0.53% | - |
| XYZ | 16.57 | 13.65 | 16.23 | - |
| YUV | 105.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 109 | 0 | 0.34 | 0.20 | 0.47 | 335.22 | 0.2 | 0.44 |
| Hex | 88 | 5A | 6D | 0 | 22 | 14 | 2F | 14F | 14 | 2C |
| Octal | 210 | 132 | 155 | 0 | 42 | 24 | 57 | 517 | 24 | 54 |
| Binary | 10001000 | 1011010 | 1101101 | 0 | 100010 | 10100 | 101111 | 101001111 | 10100 | 101100 |
Color Harmonies of #885A6D
Complementary color
Monochromatic Colors of #885A6D
Black with #885A6D
Text Example
Text Example
White with #885A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A6D; }
p { color: rgb(136,90,109); }
H1.HeaderClassName
{
color: #885A6D;
}
.AnyTagClassName
{
color: #885A6D;
}
</style>
background-color css
<style>
a { background-color: #885A6D; }
a { background-color: rgb(136,90,109); }
div.DivClassName
{
background-color: #885A6D;
}
.BgClassName
{
background-color: #885A6D;
}
</style>
border-color css
<style>
span { border-color: #885A6D; }
span { border-color: rgb(136,90,109); }
td.TdClassName
{
border-color: #885A6D;
}
.TagClassName
{
border-color: #885A6D;
}
</style>