Shades of Mauve Taupe #88656A
Tints of Mauve Taupe #88656A
RGB
CMYK
RGB Variations
Color information
#88656A (or 0x88656A) is known color: Mauve Taupe. HEX triplet: 88, 65 and 6A. RGB value is (136,101,106). Sum of RGB (Red+Green+Blue) = 136+101+106=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656A is #779A95. Grayscale: #707070. Windows color (decimal): -7838358 or 6972808. OLE color: 6972808.
HSL color Cylindrical-coordinate representation of color #88656A: hue angle of 351.43º 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 #88656A is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 106 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.47 |
| HSL | 351.43º | 0.15% | 0.46% | - |
| HSV(B) | 351.43º | 0.26% | 0.53% | - |
| XYZ | 17.41 | 15.58 | 15.73 | - |
| YUV | 112.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 106 | 0 | 0.26 | 0.22 | 0.47 | 351.43 | 0.15 | 0.46 |
| Hex | 88 | 65 | 6A | 0 | 1A | 16 | 2F | 15F | F | 2E |
| Octal | 210 | 145 | 152 | 0 | 32 | 26 | 57 | 537 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1101010 | 0 | 11010 | 10110 | 101111 | 101011111 | 1111 | 101110 |
Color Harmonies of #88656A
Complementary color
Monochromatic Colors of #88656A
Black with #88656A
Text Example
Text Example
White with #88656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88656A; }
p { color: rgb(136,101,106); }
H1.HeaderClassName
{
color: #88656A;
}
.AnyTagClassName
{
color: #88656A;
}
</style>
background-color css
<style>
a { background-color: #88656A; }
a { background-color: rgb(136,101,106); }
div.DivClassName
{
background-color: #88656A;
}
.BgClassName
{
background-color: #88656A;
}
</style>
border-color css
<style>
span { border-color: #88656A; }
span { border-color: rgb(136,101,106); }
td.TdClassName
{
border-color: #88656A;
}
.TagClassName
{
border-color: #88656A;
}
</style>