Shades of Mauve Taupe #85656F
Tints of Mauve Taupe #85656F
RGB
CMYK
RGB Variations
Color information
#85656F (or 0x85656F) is known color: Mauve Taupe. HEX triplet: 85, 65 and 6F. RGB value is (133,101,111). Sum of RGB (Red+Green+Blue) = 133+101+111=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85656F is #7A9A90. Grayscale: #6F6F6F. Windows color (decimal): -8034961 or 7300485. OLE color: 7300485.
HSL color Cylindrical-coordinate representation of color #85656F: hue angle of 341.25º 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 #85656F is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 111 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.48 |
| HSL | 341.25º | 0.14% | 0.46% | - |
| HSV(B) | 341.25º | 0.24% | 0.52% | - |
| XYZ | 17.2 | 15.44 | 17.11 | - |
| YUV | 111.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 111 | 0 | 0.24 | 0.17 | 0.48 | 341.25 | 0.14 | 0.46 |
| Hex | 85 | 65 | 6F | 0 | 18 | 11 | 30 | 155 | E | 2E |
| Octal | 205 | 145 | 157 | 0 | 30 | 21 | 60 | 525 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1101111 | 0 | 11000 | 10001 | 110000 | 101010101 | 1110 | 101110 |
Color Harmonies of #85656F
Complementary color
Monochromatic Colors of #85656F
Black with #85656F
Text Example
Text Example
White with #85656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85656F; }
p { color: rgb(133,101,111); }
H1.HeaderClassName
{
color: #85656F;
}
.AnyTagClassName
{
color: #85656F;
}
</style>
background-color css
<style>
a { background-color: #85656F; }
a { background-color: rgb(133,101,111); }
div.DivClassName
{
background-color: #85656F;
}
.BgClassName
{
background-color: #85656F;
}
</style>
border-color css
<style>
span { border-color: #85656F; }
span { border-color: rgb(133,101,111); }
td.TdClassName
{
border-color: #85656F;
}
.TagClassName
{
border-color: #85656F;
}
</style>