Shades of Mauve Taupe #886063
Tints of Mauve Taupe #886063
RGB
CMYK
RGB Variations
Color information
#886063 (or 0x886063) is known color: Mauve Taupe. HEX triplet: 88, 60 and 63. RGB value is (136,96,99). Sum of RGB (Red+Green+Blue) = 136+96+99=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #886063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886063 is #779F9C. Grayscale: #6C6C6C. Windows color (decimal): -7839645 or 6512776. OLE color: 6512776.
HSL color Cylindrical-coordinate representation of color #886063: hue angle of 355.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886063 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 99 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.47 |
| HSL | 355.5º | 0.17% | 0.45% | - |
| HSV(B) | 355.5º | 0.29% | 0.53% | - |
| XYZ | 16.59 | 14.5 | 13.73 | - |
| YUV | 108.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 99 | 0 | 0.29 | 0.27 | 0.47 | 355.5 | 0.17 | 0.45 |
| Hex | 88 | 60 | 63 | 0 | 1D | 1B | 2F | 164 | 11 | 2D |
| Octal | 210 | 140 | 143 | 0 | 35 | 33 | 57 | 544 | 21 | 55 |
| Binary | 10001000 | 1100000 | 1100011 | 0 | 11101 | 11011 | 101111 | 101100100 | 10001 | 101101 |
Color Harmonies of #886063
Complementary color
Monochromatic Colors of #886063
Black with #886063
Text Example
Text Example
White with #886063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886063; }
p { color: rgb(136,96,99); }
H1.HeaderClassName
{
color: #886063;
}
.AnyTagClassName
{
color: #886063;
}
</style>
background-color css
<style>
a { background-color: #886063; }
a { background-color: rgb(136,96,99); }
div.DivClassName
{
background-color: #886063;
}
.BgClassName
{
background-color: #886063;
}
</style>
border-color css
<style>
span { border-color: #886063; }
span { border-color: rgb(136,96,99); }
td.TdClassName
{
border-color: #886063;
}
.TagClassName
{
border-color: #886063;
}
</style>