Shades of Mauve Taupe #885F63
Tints of Mauve Taupe #885F63
RGB
CMYK
RGB Variations
Color information
#885F63 (or 0x885F63) is known color: Mauve Taupe. HEX triplet: 88, 5F and 63. RGB value is (136,95,99). Sum of RGB (Red+Green+Blue) = 136+95+99=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #885F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F63 is #77A09C. Grayscale: #6B6B6B. Windows color (decimal): -7839901 or 6512520. OLE color: 6512520.
HSL color Cylindrical-coordinate representation of color #885F63: hue angle of 354.15º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #885F63 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 99 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.47 |
| HSL | 354.15º | 0.18% | 0.45% | - |
| HSV(B) | 354.15º | 0.3% | 0.53% | - |
| XYZ | 16.5 | 14.32 | 13.7 | - |
| YUV | 107.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 99 | 0 | 0.30 | 0.27 | 0.47 | 354.15 | 0.18 | 0.45 |
| Hex | 88 | 5F | 63 | 0 | 1E | 1B | 2F | 162 | 12 | 2D |
| Octal | 210 | 137 | 143 | 0 | 36 | 33 | 57 | 542 | 22 | 55 |
| Binary | 10001000 | 1011111 | 1100011 | 0 | 11110 | 11011 | 101111 | 101100010 | 10010 | 101101 |
Color Harmonies of #885F63
Complementary color
Monochromatic Colors of #885F63
Black with #885F63
Text Example
Text Example
White with #885F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F63; }
p { color: rgb(136,95,99); }
H1.HeaderClassName
{
color: #885F63;
}
.AnyTagClassName
{
color: #885F63;
}
</style>
background-color css
<style>
a { background-color: #885F63; }
a { background-color: rgb(136,95,99); }
div.DivClassName
{
background-color: #885F63;
}
.BgClassName
{
background-color: #885F63;
}
</style>
border-color css
<style>
span { border-color: #885F63; }
span { border-color: rgb(136,95,99); }
td.TdClassName
{
border-color: #885F63;
}
.TagClassName
{
border-color: #885F63;
}
</style>