Shades of Mauve Taupe #875D65
Tints of Mauve Taupe #875D65
RGB
CMYK
RGB Variations
Color information
#875D65 (or 0x875D65) is known color: Mauve Taupe. HEX triplet: 87, 5D and 65. RGB value is (135,93,101). Sum of RGB (Red+Green+Blue) = 135+93+101=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D65 is #78A29A. Grayscale: #6A6A6A. Windows color (decimal): -7905947 or 6643079. OLE color: 6643079.
HSL color Cylindrical-coordinate representation of color #875D65: hue angle of 348.57º 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 #875D65 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 101 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.47 |
| HSL | 348.57º | 0.18% | 0.45% | - |
| HSV(B) | 348.57º | 0.31% | 0.53% | - |
| XYZ | 16.25 | 13.92 | 14.14 | - |
| YUV | 106.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 101 | 0 | 0.31 | 0.25 | 0.47 | 348.57 | 0.18 | 0.45 |
| Hex | 87 | 5D | 65 | 0 | 1F | 19 | 2F | 15D | 12 | 2D |
| Octal | 207 | 135 | 145 | 0 | 37 | 31 | 57 | 535 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1100101 | 0 | 11111 | 11001 | 101111 | 101011101 | 10010 | 101101 |
Color Harmonies of #875D65
Complementary color
Monochromatic Colors of #875D65
Black with #875D65
Text Example
Text Example
White with #875D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D65; }
p { color: rgb(135,93,101); }
H1.HeaderClassName
{
color: #875D65;
}
.AnyTagClassName
{
color: #875D65;
}
</style>
background-color css
<style>
a { background-color: #875D65; }
a { background-color: rgb(135,93,101); }
div.DivClassName
{
background-color: #875D65;
}
.BgClassName
{
background-color: #875D65;
}
</style>
border-color css
<style>
span { border-color: #875D65; }
span { border-color: rgb(135,93,101); }
td.TdClassName
{
border-color: #875D65;
}
.TagClassName
{
border-color: #875D65;
}
</style>