Shades of Mauve Taupe #85606C
Tints of Mauve Taupe #85606C
RGB
CMYK
RGB Variations
Color information
#85606C (or 0x85606C) is known color: Mauve Taupe. HEX triplet: 85, 60 and 6C. RGB value is (133,96,108). Sum of RGB (Red+Green+Blue) = 133+96+108=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85606C is #7A9F93. Grayscale: #6C6C6C. Windows color (decimal): -8036244 or 7102597. OLE color: 7102597.
HSL color Cylindrical-coordinate representation of color #85606C: hue angle of 340.54º 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 #85606C is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 108 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.48 |
| HSL | 340.54º | 0.16% | 0.45% | - |
| HSV(B) | 340.54º | 0.28% | 0.52% | - |
| XYZ | 16.56 | 14.44 | 16.1 | - |
| YUV | 108.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 108 | 0 | 0.28 | 0.19 | 0.48 | 340.54 | 0.16 | 0.45 |
| Hex | 85 | 60 | 6C | 0 | 1C | 13 | 30 | 155 | 10 | 2D |
| Octal | 205 | 140 | 154 | 0 | 34 | 23 | 60 | 525 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1101100 | 0 | 11100 | 10011 | 110000 | 101010101 | 10000 | 101101 |
Color Harmonies of #85606C
Complementary color
Monochromatic Colors of #85606C
Black with #85606C
Text Example
Text Example
White with #85606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85606C; }
p { color: rgb(133,96,108); }
H1.HeaderClassName
{
color: #85606C;
}
.AnyTagClassName
{
color: #85606C;
}
</style>
background-color css
<style>
a { background-color: #85606C; }
a { background-color: rgb(133,96,108); }
div.DivClassName
{
background-color: #85606C;
}
.BgClassName
{
background-color: #85606C;
}
</style>
border-color css
<style>
span { border-color: #85606C; }
span { border-color: rgb(133,96,108); }
td.TdClassName
{
border-color: #85606C;
}
.TagClassName
{
border-color: #85606C;
}
</style>