Shades of Mauve Taupe #85636D
Tints of Mauve Taupe #85636D
RGB
CMYK
RGB Variations
Color information
#85636D (or 0x85636D) is known color: Mauve Taupe. HEX triplet: 85, 63 and 6D. RGB value is (133,99,109). Sum of RGB (Red+Green+Blue) = 133+99+109=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636D is #7A9C92. Grayscale: #6E6E6E. Windows color (decimal): -8035475 or 7168901. OLE color: 7168901.
HSL color Cylindrical-coordinate representation of color #85636D: hue angle of 342.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85636D is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 109 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.48 |
| HSL | 342.35º | 0.15% | 0.45% | - |
| HSV(B) | 342.35º | 0.26% | 0.52% | - |
| XYZ | 16.9 | 15.01 | 16.48 | - |
| YUV | 110.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 109 | 0 | 0.26 | 0.18 | 0.48 | 342.35 | 0.15 | 0.45 |
| Hex | 85 | 63 | 6D | 0 | 1A | 12 | 30 | 156 | F | 2D |
| Octal | 205 | 143 | 155 | 0 | 32 | 22 | 60 | 526 | 17 | 55 |
| Binary | 10000101 | 1100011 | 1101101 | 0 | 11010 | 10010 | 110000 | 101010110 | 1111 | 101101 |
Color Harmonies of #85636D
Complementary color
Monochromatic Colors of #85636D
Black with #85636D
Text Example
Text Example
White with #85636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85636D; }
p { color: rgb(133,99,109); }
H1.HeaderClassName
{
color: #85636D;
}
.AnyTagClassName
{
color: #85636D;
}
</style>
background-color css
<style>
a { background-color: #85636D; }
a { background-color: rgb(133,99,109); }
div.DivClassName
{
background-color: #85636D;
}
.BgClassName
{
background-color: #85636D;
}
</style>
border-color css
<style>
span { border-color: #85636D; }
span { border-color: rgb(133,99,109); }
td.TdClassName
{
border-color: #85636D;
}
.TagClassName
{
border-color: #85636D;
}
</style>