Shades of Mauve Taupe #85626D
Tints of Mauve Taupe #85626D
RGB
CMYK
RGB Variations
Color information
#85626D (or 0x85626D) is known color: Mauve Taupe. HEX triplet: 85, 62 and 6D. RGB value is (133,98,109). Sum of RGB (Red+Green+Blue) = 133+98+109=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85626D is #7A9D92. Grayscale: #6D6D6D. Windows color (decimal): -8035731 or 7168645. OLE color: 7168645.
HSL color Cylindrical-coordinate representation of color #85626D: hue angle of 341.14º 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 #85626D is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 109 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.48 |
| HSL | 341.14º | 0.15% | 0.45% | - |
| HSV(B) | 341.14º | 0.26% | 0.52% | - |
| XYZ | 16.8 | 14.83 | 16.44 | - |
| YUV | 109.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 109 | 0 | 0.26 | 0.18 | 0.48 | 341.14 | 0.15 | 0.45 |
| Hex | 85 | 62 | 6D | 0 | 1A | 12 | 30 | 155 | F | 2D |
| Octal | 205 | 142 | 155 | 0 | 32 | 22 | 60 | 525 | 17 | 55 |
| Binary | 10000101 | 1100010 | 1101101 | 0 | 11010 | 10010 | 110000 | 101010101 | 1111 | 101101 |
Color Harmonies of #85626D
Complementary color
Monochromatic Colors of #85626D
Black with #85626D
Text Example
Text Example
White with #85626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85626D; }
p { color: rgb(133,98,109); }
H1.HeaderClassName
{
color: #85626D;
}
.AnyTagClassName
{
color: #85626D;
}
</style>
background-color css
<style>
a { background-color: #85626D; }
a { background-color: rgb(133,98,109); }
div.DivClassName
{
background-color: #85626D;
}
.BgClassName
{
background-color: #85626D;
}
</style>
border-color css
<style>
span { border-color: #85626D; }
span { border-color: rgb(133,98,109); }
td.TdClassName
{
border-color: #85626D;
}
.TagClassName
{
border-color: #85626D;
}
</style>