Shades of Mauve Taupe #886163
Tints of Mauve Taupe #886163
RGB
CMYK
RGB Variations
Color information
#886163 (or 0x886163) is known color: Mauve Taupe. HEX triplet: 88, 61 and 63. RGB value is (136,97,99). Sum of RGB (Red+Green+Blue) = 136+97+99=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886163 is #779E9C. Grayscale: #6C6C6C. Windows color (decimal): -7839389 or 6513032. OLE color: 6513032.
HSL color Cylindrical-coordinate representation of color #886163: hue angle of 356.92º 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 #886163 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 99 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.47 |
| HSL | 356.92º | 0.17% | 0.46% | - |
| HSV(B) | 356.92º | 0.29% | 0.53% | - |
| XYZ | 16.68 | 14.68 | 13.76 | - |
| YUV | 108.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 99 | 0 | 0.29 | 0.27 | 0.47 | 356.92 | 0.17 | 0.46 |
| Hex | 88 | 61 | 63 | 0 | 1D | 1B | 2F | 165 | 11 | 2E |
| Octal | 210 | 141 | 143 | 0 | 35 | 33 | 57 | 545 | 21 | 56 |
| Binary | 10001000 | 1100001 | 1100011 | 0 | 11101 | 11011 | 101111 | 101100101 | 10001 | 101110 |
Color Harmonies of #886163
Complementary color
Monochromatic Colors of #886163
Black with #886163
Text Example
Text Example
White with #886163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886163; }
p { color: rgb(136,97,99); }
H1.HeaderClassName
{
color: #886163;
}
.AnyTagClassName
{
color: #886163;
}
</style>
background-color css
<style>
a { background-color: #886163; }
a { background-color: rgb(136,97,99); }
div.DivClassName
{
background-color: #886163;
}
.BgClassName
{
background-color: #886163;
}
</style>
border-color css
<style>
span { border-color: #886163; }
span { border-color: rgb(136,97,99); }
td.TdClassName
{
border-color: #886163;
}
.TagClassName
{
border-color: #886163;
}
</style>