Shades of Mauve Taupe #886568
Tints of Mauve Taupe #886568
RGB
CMYK
RGB Variations
Color information
#886568 (or 0x886568) is known color: Mauve Taupe. HEX triplet: 88, 65 and 68. RGB value is (136,101,104). Sum of RGB (Red+Green+Blue) = 136+101+104=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #886568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886568 is #779A97. Grayscale: #6F6F6F. Windows color (decimal): -7838360 or 6841736. OLE color: 6841736.
HSL color Cylindrical-coordinate representation of color #886568: hue angle of 354.86º 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 #886568 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 104 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.47 |
| HSL | 354.86º | 0.15% | 0.46% | - |
| HSV(B) | 354.86º | 0.26% | 0.53% | - |
| XYZ | 17.31 | 15.54 | 15.18 | - |
| YUV | 111.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 104 | 0 | 0.26 | 0.24 | 0.47 | 354.86 | 0.15 | 0.46 |
| Hex | 88 | 65 | 68 | 0 | 1A | 18 | 2F | 163 | F | 2E |
| Octal | 210 | 145 | 150 | 0 | 32 | 30 | 57 | 543 | 17 | 56 |
| Binary | 10001000 | 1100101 | 1101000 | 0 | 11010 | 11000 | 101111 | 101100011 | 1111 | 101110 |
Color Harmonies of #886568
Complementary color
Monochromatic Colors of #886568
Black with #886568
Text Example
Text Example
White with #886568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886568; }
p { color: rgb(136,101,104); }
H1.HeaderClassName
{
color: #886568;
}
.AnyTagClassName
{
color: #886568;
}
</style>
background-color css
<style>
a { background-color: #886568; }
a { background-color: rgb(136,101,104); }
div.DivClassName
{
background-color: #886568;
}
.BgClassName
{
background-color: #886568;
}
</style>
border-color css
<style>
span { border-color: #886568; }
span { border-color: rgb(136,101,104); }
td.TdClassName
{
border-color: #886568;
}
.TagClassName
{
border-color: #886568;
}
</style>