Shades of Mauve Taupe #88636C
Tints of Mauve Taupe #88636C
RGB
CMYK
RGB Variations
Color information
#88636C (or 0x88636C) is known color: Mauve Taupe. HEX triplet: 88, 63 and 6C. RGB value is (136,99,108). Sum of RGB (Red+Green+Blue) = 136+99+108=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88636C is #779C93. Grayscale: #6F6F6F. Windows color (decimal): -7838868 or 7103368. OLE color: 7103368.
HSL color Cylindrical-coordinate representation of color #88636C: hue angle of 345.41º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88636C is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 108 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.47 |
| HSL | 345.41º | 0.16% | 0.46% | - |
| HSV(B) | 345.41º | 0.27% | 0.53% | - |
| XYZ | 17.32 | 15.24 | 16.22 | - |
| YUV | 111.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 108 | 0 | 0.27 | 0.21 | 0.47 | 345.41 | 0.16 | 0.46 |
| Hex | 88 | 63 | 6C | 0 | 1B | 15 | 2F | 159 | 10 | 2E |
| Octal | 210 | 143 | 154 | 0 | 33 | 25 | 57 | 531 | 20 | 56 |
| Binary | 10001000 | 1100011 | 1101100 | 0 | 11011 | 10101 | 101111 | 101011001 | 10000 | 101110 |
Color Harmonies of #88636C
Complementary color
Monochromatic Colors of #88636C
Black with #88636C
Text Example
Text Example
White with #88636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88636C; }
p { color: rgb(136,99,108); }
H1.HeaderClassName
{
color: #88636C;
}
.AnyTagClassName
{
color: #88636C;
}
</style>
background-color css
<style>
a { background-color: #88636C; }
a { background-color: rgb(136,99,108); }
div.DivClassName
{
background-color: #88636C;
}
.BgClassName
{
background-color: #88636C;
}
</style>
border-color css
<style>
span { border-color: #88636C; }
span { border-color: rgb(136,99,108); }
td.TdClassName
{
border-color: #88636C;
}
.TagClassName
{
border-color: #88636C;
}
</style>