Shades of Mauve Taupe #885A6E
Tints of Mauve Taupe #885A6E
RGB
CMYK
RGB Variations
Color information
#885A6E (or 0x885A6E) is known color: Mauve Taupe. HEX triplet: 88, 5A and 6E. RGB value is (136,90,110). Sum of RGB (Red+Green+Blue) = 136+90+110=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A6E is #77A591. Grayscale: #696969. Windows color (decimal): -7841170 or 7232136. OLE color: 7232136.
HSL color Cylindrical-coordinate representation of color #885A6E: hue angle of 333.91º 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 #885A6E is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 110 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.47 |
| HSL | 333.91º | 0.2% | 0.44% | - |
| HSV(B) | 333.91º | 0.34% | 0.53% | - |
| XYZ | 16.62 | 13.67 | 16.51 | - |
| YUV | 106.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 110 | 0 | 0.34 | 0.19 | 0.47 | 333.91 | 0.2 | 0.44 |
| Hex | 88 | 5A | 6E | 0 | 22 | 13 | 2F | 14E | 14 | 2C |
| Octal | 210 | 132 | 156 | 0 | 42 | 23 | 57 | 516 | 24 | 54 |
| Binary | 10001000 | 1011010 | 1101110 | 0 | 100010 | 10011 | 101111 | 101001110 | 10100 | 101100 |
Color Harmonies of #885A6E
Complementary color
Monochromatic Colors of #885A6E
Black with #885A6E
Text Example
Text Example
White with #885A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A6E; }
p { color: rgb(136,90,110); }
H1.HeaderClassName
{
color: #885A6E;
}
.AnyTagClassName
{
color: #885A6E;
}
</style>
background-color css
<style>
a { background-color: #885A6E; }
a { background-color: rgb(136,90,110); }
div.DivClassName
{
background-color: #885A6E;
}
.BgClassName
{
background-color: #885A6E;
}
</style>
border-color css
<style>
span { border-color: #885A6E; }
span { border-color: rgb(136,90,110); }
td.TdClassName
{
border-color: #885A6E;
}
.TagClassName
{
border-color: #885A6E;
}
</style>