Shades of Mauve Taupe #875D63
Tints of Mauve Taupe #875D63
RGB
CMYK
RGB Variations
Color information
#875D63 (or 0x875D63) is known color: Mauve Taupe. HEX triplet: 87, 5D and 63. RGB value is (135,93,99). Sum of RGB (Red+Green+Blue) = 135+93+99=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #875D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D63 is #78A29C. Grayscale: #6A6A6A. Windows color (decimal): -7905949 or 6512007. OLE color: 6512007.
HSL color Cylindrical-coordinate representation of color #875D63: hue angle of 351.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875D63 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 99 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.47 |
| HSL | 351.43º | 0.18% | 0.45% | - |
| HSV(B) | 351.43º | 0.31% | 0.53% | - |
| XYZ | 16.16 | 13.88 | 13.63 | - |
| YUV | 106.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 99 | 0 | 0.31 | 0.27 | 0.47 | 351.43 | 0.18 | 0.45 |
| Hex | 87 | 5D | 63 | 0 | 1F | 1B | 2F | 15F | 12 | 2D |
| Octal | 207 | 135 | 143 | 0 | 37 | 33 | 57 | 537 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1100011 | 0 | 11111 | 11011 | 101111 | 101011111 | 10010 | 101101 |
Color Harmonies of #875D63
Complementary color
Monochromatic Colors of #875D63
Black with #875D63
Text Example
Text Example
White with #875D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D63; }
p { color: rgb(135,93,99); }
H1.HeaderClassName
{
color: #875D63;
}
.AnyTagClassName
{
color: #875D63;
}
</style>
background-color css
<style>
a { background-color: #875D63; }
a { background-color: rgb(135,93,99); }
div.DivClassName
{
background-color: #875D63;
}
.BgClassName
{
background-color: #875D63;
}
</style>
border-color css
<style>
span { border-color: #875D63; }
span { border-color: rgb(135,93,99); }
td.TdClassName
{
border-color: #875D63;
}
.TagClassName
{
border-color: #875D63;
}
</style>