Shades of Mauve Taupe #88656B
Tints of Mauve Taupe #88656B
RGB
CMYK
RGB Variations
Color information
#88656B (or 0x88656B) is known color: Mauve Taupe. HEX triplet: 88, 65 and 6B. RGB value is (136,101,107). Sum of RGB (Red+Green+Blue) = 136+101+107=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656B is #779A94. Grayscale: #707070. Windows color (decimal): -7838357 or 7038344. OLE color: 7038344.
HSL color Cylindrical-coordinate representation of color #88656B: hue angle of 349.71º 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 #88656B is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 107 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.47 |
| HSL | 349.71º | 0.15% | 0.46% | - |
| HSV(B) | 349.71º | 0.26% | 0.53% | - |
| XYZ | 17.46 | 15.6 | 16 | - |
| YUV | 112.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 107 | 0 | 0.26 | 0.21 | 0.47 | 349.71 | 0.15 | 0.46 |
| Hex | 88 | 65 | 6B | 0 | 1A | 15 | 2F | 15E | F | 2E |
| Octal | 210 | 145 | 153 | 0 | 32 | 25 | 57 | 536 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1101011 | 0 | 11010 | 10101 | 101111 | 101011110 | 1111 | 101110 |
Color Harmonies of #88656B
Complementary color
Monochromatic Colors of #88656B
Black with #88656B
Text Example
Text Example
White with #88656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88656B; }
p { color: rgb(136,101,107); }
H1.HeaderClassName
{
color: #88656B;
}
.AnyTagClassName
{
color: #88656B;
}
</style>
background-color css
<style>
a { background-color: #88656B; }
a { background-color: rgb(136,101,107); }
div.DivClassName
{
background-color: #88656B;
}
.BgClassName
{
background-color: #88656B;
}
</style>
border-color css
<style>
span { border-color: #88656B; }
span { border-color: rgb(136,101,107); }
td.TdClassName
{
border-color: #88656B;
}
.TagClassName
{
border-color: #88656B;
}
</style>