Shades of Mauve Taupe #85656C
Tints of Mauve Taupe #85656C
RGB
CMYK
RGB Variations
Color information
#85656C (or 0x85656C) is known color: Mauve Taupe. HEX triplet: 85, 65 and 6C. RGB value is (133,101,108). Sum of RGB (Red+Green+Blue) = 133+101+108=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85656C is #7A9A93. Grayscale: #6F6F6F. Windows color (decimal): -8034964 or 7103877. OLE color: 7103877.
HSL color Cylindrical-coordinate representation of color #85656C: hue angle of 346.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85656C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 108 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.48 |
| HSL | 346.88º | 0.14% | 0.46% | - |
| HSV(B) | 346.88º | 0.24% | 0.52% | - |
| XYZ | 17.03 | 15.38 | 16.26 | - |
| YUV | 111.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 108 | 0 | 0.24 | 0.19 | 0.48 | 346.88 | 0.14 | 0.46 |
| Hex | 85 | 65 | 6C | 0 | 18 | 13 | 30 | 15B | E | 2E |
| Octal | 205 | 145 | 154 | 0 | 30 | 23 | 60 | 533 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1101100 | 0 | 11000 | 10011 | 110000 | 101011011 | 1110 | 101110 |
Color Harmonies of #85656C
Complementary color
Monochromatic Colors of #85656C
Black with #85656C
Text Example
Text Example
White with #85656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85656C; }
p { color: rgb(133,101,108); }
H1.HeaderClassName
{
color: #85656C;
}
.AnyTagClassName
{
color: #85656C;
}
</style>
background-color css
<style>
a { background-color: #85656C; }
a { background-color: rgb(133,101,108); }
div.DivClassName
{
background-color: #85656C;
}
.BgClassName
{
background-color: #85656C;
}
</style>
border-color css
<style>
span { border-color: #85656C; }
span { border-color: rgb(133,101,108); }
td.TdClassName
{
border-color: #85656C;
}
.TagClassName
{
border-color: #85656C;
}
</style>