Shades of Mauve Taupe #885E6B
Tints of Mauve Taupe #885E6B
RGB
CMYK
RGB Variations
Color information
#885E6B (or 0x885E6B) is known color: Mauve Taupe. HEX triplet: 88, 5E and 6B. RGB value is (136,94,107). Sum of RGB (Red+Green+Blue) = 136+94+107=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E6B is #77A194. Grayscale: #6C6C6C. Windows color (decimal): -7840149 or 7036552. OLE color: 7036552.
HSL color Cylindrical-coordinate representation of color #885E6B: hue angle of 341.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #885E6B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 107 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.47 |
| HSL | 341.43º | 0.18% | 0.45% | - |
| HSV(B) | 341.43º | 0.31% | 0.53% | - |
| XYZ | 16.81 | 14.3 | 15.78 | - |
| YUV | 108.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 107 | 0 | 0.31 | 0.21 | 0.47 | 341.43 | 0.18 | 0.45 |
| Hex | 88 | 5E | 6B | 0 | 1F | 15 | 2F | 155 | 12 | 2D |
| Octal | 210 | 136 | 153 | 0 | 37 | 25 | 57 | 525 | 22 | 55 |
| Binary | 10001000 | 1011110 | 1101011 | 0 | 11111 | 10101 | 101111 | 101010101 | 10010 | 101101 |
Color Harmonies of #885E6B
Complementary color
Monochromatic Colors of #885E6B
Black with #885E6B
Text Example
Text Example
White with #885E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E6B; }
p { color: rgb(136,94,107); }
H1.HeaderClassName
{
color: #885E6B;
}
.AnyTagClassName
{
color: #885E6B;
}
</style>
background-color css
<style>
a { background-color: #885E6B; }
a { background-color: rgb(136,94,107); }
div.DivClassName
{
background-color: #885E6B;
}
.BgClassName
{
background-color: #885E6B;
}
</style>
border-color css
<style>
span { border-color: #885E6B; }
span { border-color: rgb(136,94,107); }
td.TdClassName
{
border-color: #885E6B;
}
.TagClassName
{
border-color: #885E6B;
}
</style>