Shades of Mauve Taupe #85646C
Tints of Mauve Taupe #85646C
RGB
CMYK
RGB Variations
Color information
#85646C (or 0x85646C) is known color: Mauve Taupe. HEX triplet: 85, 64 and 6C. RGB value is (133,100,108). Sum of RGB (Red+Green+Blue) = 133+100+108=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85646C is #7A9B93. Grayscale: #6E6E6E. Windows color (decimal): -8035220 or 7103621. OLE color: 7103621.
HSL color Cylindrical-coordinate representation of color #85646C: hue angle of 345.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85646C is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 108 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.48 |
| HSL | 345.45º | 0.14% | 0.46% | - |
| HSV(B) | 345.45º | 0.25% | 0.52% | - |
| XYZ | 16.94 | 15.18 | 16.23 | - |
| YUV | 110.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 108 | 0 | 0.25 | 0.19 | 0.48 | 345.45 | 0.14 | 0.46 |
| Hex | 85 | 64 | 6C | 0 | 19 | 13 | 30 | 159 | E | 2E |
| Octal | 205 | 144 | 154 | 0 | 31 | 23 | 60 | 531 | 16 | 56 |
| Binary | 10000101 | 1100100 | 1101100 | 0 | 11001 | 10011 | 110000 | 101011001 | 1110 | 101110 |
Color Harmonies of #85646C
Complementary color
Monochromatic Colors of #85646C
Black with #85646C
Text Example
Text Example
White with #85646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85646C; }
p { color: rgb(133,100,108); }
H1.HeaderClassName
{
color: #85646C;
}
.AnyTagClassName
{
color: #85646C;
}
</style>
background-color css
<style>
a { background-color: #85646C; }
a { background-color: rgb(133,100,108); }
div.DivClassName
{
background-color: #85646C;
}
.BgClassName
{
background-color: #85646C;
}
</style>
border-color css
<style>
span { border-color: #85646C; }
span { border-color: rgb(133,100,108); }
td.TdClassName
{
border-color: #85646C;
}
.TagClassName
{
border-color: #85646C;
}
</style>