Shades of Mauve Taupe #886366
Tints of Mauve Taupe #886366
RGB
CMYK
RGB Variations
Color information
#886366 (or 0x886366) is known color: Mauve Taupe. HEX triplet: 88, 63 and 66. RGB value is (136,99,102). Sum of RGB (Red+Green+Blue) = 136+99+102=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886366 is #779C99. Grayscale: #6E6E6E. Windows color (decimal): -7838874 or 6710152. OLE color: 6710152.
HSL color Cylindrical-coordinate representation of color #886366: hue angle of 355.14º 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 #886366 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 102 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.47 |
| HSL | 355.14º | 0.16% | 0.46% | - |
| HSV(B) | 355.14º | 0.27% | 0.53% | - |
| XYZ | 17.01 | 15.12 | 14.59 | - |
| YUV | 110.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 102 | 0 | 0.27 | 0.25 | 0.47 | 355.14 | 0.16 | 0.46 |
| Hex | 88 | 63 | 66 | 0 | 1B | 19 | 2F | 163 | 10 | 2E |
| Octal | 210 | 143 | 146 | 0 | 33 | 31 | 57 | 543 | 20 | 56 |
| Binary | 10001000 | 1100011 | 1100110 | 0 | 11011 | 11001 | 101111 | 101100011 | 10000 | 101110 |
Color Harmonies of #886366
Complementary color
Monochromatic Colors of #886366
Black with #886366
Text Example
Text Example
White with #886366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886366; }
p { color: rgb(136,99,102); }
H1.HeaderClassName
{
color: #886366;
}
.AnyTagClassName
{
color: #886366;
}
</style>
background-color css
<style>
a { background-color: #886366; }
a { background-color: rgb(136,99,102); }
div.DivClassName
{
background-color: #886366;
}
.BgClassName
{
background-color: #886366;
}
</style>
border-color css
<style>
span { border-color: #886366; }
span { border-color: rgb(136,99,102); }
td.TdClassName
{
border-color: #886366;
}
.TagClassName
{
border-color: #886366;
}
</style>