Shades of Mauve Taupe #85656A
Tints of Mauve Taupe #85656A
RGB
CMYK
RGB Variations
Color information
#85656A (or 0x85656A) is known color: Mauve Taupe. HEX triplet: 85, 65 and 6A. RGB value is (133,101,106). Sum of RGB (Red+Green+Blue) = 133+101+106=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85656A is #7A9A95. Grayscale: #6F6F6F. Windows color (decimal): -8034966 or 6972805. OLE color: 6972805.
HSL color Cylindrical-coordinate representation of color #85656A: hue angle of 350.62º 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 #85656A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 106 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.48 |
| HSL | 350.63º | 0.14% | 0.46% | - |
| HSV(B) | 350.63º | 0.24% | 0.52% | - |
| XYZ | 16.93 | 15.33 | 15.7 | - |
| YUV | 111.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 106 | 0 | 0.24 | 0.20 | 0.48 | 350.63 | 0.14 | 0.46 |
| Hex | 85 | 65 | 6A | 0 | 18 | 14 | 30 | 15F | E | 2E |
| Octal | 205 | 145 | 152 | 0 | 30 | 24 | 60 | 537 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1101010 | 0 | 11000 | 10100 | 110000 | 101011111 | 1110 | 101110 |
Color Harmonies of #85656A
Complementary color
Monochromatic Colors of #85656A
Black with #85656A
Text Example
Text Example
White with #85656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85656A; }
p { color: rgb(133,101,106); }
H1.HeaderClassName
{
color: #85656A;
}
.AnyTagClassName
{
color: #85656A;
}
</style>
background-color css
<style>
a { background-color: #85656A; }
a { background-color: rgb(133,101,106); }
div.DivClassName
{
background-color: #85656A;
}
.BgClassName
{
background-color: #85656A;
}
</style>
border-color css
<style>
span { border-color: #85656A; }
span { border-color: rgb(133,101,106); }
td.TdClassName
{
border-color: #85656A;
}
.TagClassName
{
border-color: #85656A;
}
</style>