Shades of Mauve Taupe #88616E
Tints of Mauve Taupe #88616E
RGB
CMYK
RGB Variations
Color information
#88616E (or 0x88616E) is known color: Mauve Taupe. HEX triplet: 88, 61 and 6E. RGB value is (136,97,110). Sum of RGB (Red+Green+Blue) = 136+97+110=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88616E is #779E91. Grayscale: #6E6E6E. Windows color (decimal): -7839378 or 7233928. OLE color: 7233928.
HSL color Cylindrical-coordinate representation of color #88616E: hue angle of 340º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88616E is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 110 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.47 |
| HSL | 340º | 0.17% | 0.46% | - |
| HSV(B) | 340º | 0.29% | 0.53% | - |
| XYZ | 17.24 | 14.91 | 16.72 | - |
| YUV | 110.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 110 | 0 | 0.29 | 0.19 | 0.47 | 340 | 0.17 | 0.46 |
| Hex | 88 | 61 | 6E | 0 | 1D | 13 | 2F | 154 | 11 | 2E |
| Octal | 210 | 141 | 156 | 0 | 35 | 23 | 57 | 524 | 21 | 56 |
| Binary | 10001000 | 1100001 | 1101110 | 0 | 11101 | 10011 | 101111 | 101010100 | 10001 | 101110 |
Color Harmonies of #88616E
Complementary color
Monochromatic Colors of #88616E
Black with #88616E
Text Example
Text Example
White with #88616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88616E; }
p { color: rgb(136,97,110); }
H1.HeaderClassName
{
color: #88616E;
}
.AnyTagClassName
{
color: #88616E;
}
</style>
background-color css
<style>
a { background-color: #88616E; }
a { background-color: rgb(136,97,110); }
div.DivClassName
{
background-color: #88616E;
}
.BgClassName
{
background-color: #88616E;
}
</style>
border-color css
<style>
span { border-color: #88616E; }
span { border-color: rgb(136,97,110); }
td.TdClassName
{
border-color: #88616E;
}
.TagClassName
{
border-color: #88616E;
}
</style>