Shades of Mauve Taupe #85606E
Tints of Mauve Taupe #85606E
RGB
CMYK
RGB Variations
Color information
#85606E (or 0x85606E) is known color: Mauve Taupe. HEX triplet: 85, 60 and 6E. RGB value is (133,96,110). Sum of RGB (Red+Green+Blue) = 133+96+110=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85606E is #7A9F91. Grayscale: #6C6C6C. Windows color (decimal): -8036242 or 7233669. OLE color: 7233669.
HSL color Cylindrical-coordinate representation of color #85606E: hue angle of 337.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85606E is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 110 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.48 |
| HSL | 337.3º | 0.16% | 0.45% | - |
| HSV(B) | 337.3º | 0.28% | 0.52% | - |
| XYZ | 16.67 | 14.48 | 16.67 | - |
| YUV | 108.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 110 | 0 | 0.28 | 0.17 | 0.48 | 337.3 | 0.16 | 0.45 |
| Hex | 85 | 60 | 6E | 0 | 1C | 11 | 30 | 151 | 10 | 2D |
| Octal | 205 | 140 | 156 | 0 | 34 | 21 | 60 | 521 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1101110 | 0 | 11100 | 10001 | 110000 | 101010001 | 10000 | 101101 |
Color Harmonies of #85606E
Complementary color
Monochromatic Colors of #85606E
Black with #85606E
Text Example
Text Example
White with #85606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85606E; }
p { color: rgb(133,96,110); }
H1.HeaderClassName
{
color: #85606E;
}
.AnyTagClassName
{
color: #85606E;
}
</style>
background-color css
<style>
a { background-color: #85606E; }
a { background-color: rgb(133,96,110); }
div.DivClassName
{
background-color: #85606E;
}
.BgClassName
{
background-color: #85606E;
}
</style>
border-color css
<style>
span { border-color: #85606E; }
span { border-color: rgb(133,96,110); }
td.TdClassName
{
border-color: #85606E;
}
.TagClassName
{
border-color: #85606E;
}
</style>