Shades of Mauve Taupe #88656D
Tints of Mauve Taupe #88656D
RGB
CMYK
RGB Variations
Color information
#88656D (or 0x88656D) is known color: Mauve Taupe. HEX triplet: 88, 65 and 6D. RGB value is (136,101,109). Sum of RGB (Red+Green+Blue) = 136+101+109=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656D is #779A92. Grayscale: #707070. Windows color (decimal): -7838355 or 7169416. OLE color: 7169416.
HSL color Cylindrical-coordinate representation of color #88656D: hue angle of 346.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88656D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 109 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.47 |
| HSL | 346.29º | 0.15% | 0.46% | - |
| HSV(B) | 346.29º | 0.26% | 0.53% | - |
| XYZ | 17.57 | 15.65 | 16.56 | - |
| YUV | 112.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 109 | 0 | 0.26 | 0.20 | 0.47 | 346.29 | 0.15 | 0.46 |
| Hex | 88 | 65 | 6D | 0 | 1A | 14 | 2F | 15A | F | 2E |
| Octal | 210 | 145 | 155 | 0 | 32 | 24 | 57 | 532 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1101101 | 0 | 11010 | 10100 | 101111 | 101011010 | 1111 | 101110 |
Color Harmonies of #88656D
Complementary color
Monochromatic Colors of #88656D
Black with #88656D
Text Example
Text Example
White with #88656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88656D; }
p { color: rgb(136,101,109); }
H1.HeaderClassName
{
color: #88656D;
}
.AnyTagClassName
{
color: #88656D;
}
</style>
background-color css
<style>
a { background-color: #88656D; }
a { background-color: rgb(136,101,109); }
div.DivClassName
{
background-color: #88656D;
}
.BgClassName
{
background-color: #88656D;
}
</style>
border-color css
<style>
span { border-color: #88656D; }
span { border-color: rgb(136,101,109); }
td.TdClassName
{
border-color: #88656D;
}
.TagClassName
{
border-color: #88656D;
}
</style>