Shades of Mauve Taupe #85656B
Tints of Mauve Taupe #85656B
RGB
CMYK
RGB Variations
Color information
#85656B (or 0x85656B) is known color: Mauve Taupe. HEX triplet: 85, 65 and 6B. RGB value is (133,101,107). Sum of RGB (Red+Green+Blue) = 133+101+107=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85656B is #7A9A94. Grayscale: #6F6F6F. Windows color (decimal): -8034965 or 7038341. OLE color: 7038341.
HSL color Cylindrical-coordinate representation of color #85656B: hue angle of 348.75º 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 #85656B is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 107 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.48 |
| HSL | 348.75º | 0.14% | 0.46% | - |
| HSV(B) | 348.75º | 0.24% | 0.52% | - |
| XYZ | 16.98 | 15.36 | 15.98 | - |
| YUV | 111.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 107 | 0 | 0.24 | 0.20 | 0.48 | 348.75 | 0.14 | 0.46 |
| Hex | 85 | 65 | 6B | 0 | 18 | 14 | 30 | 15D | E | 2E |
| Octal | 205 | 145 | 153 | 0 | 30 | 24 | 60 | 535 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1101011 | 0 | 11000 | 10100 | 110000 | 101011101 | 1110 | 101110 |
Color Harmonies of #85656B
Complementary color
Monochromatic Colors of #85656B
Black with #85656B
Text Example
Text Example
White with #85656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85656B; }
p { color: rgb(133,101,107); }
H1.HeaderClassName
{
color: #85656B;
}
.AnyTagClassName
{
color: #85656B;
}
</style>
background-color css
<style>
a { background-color: #85656B; }
a { background-color: rgb(133,101,107); }
div.DivClassName
{
background-color: #85656B;
}
.BgClassName
{
background-color: #85656B;
}
</style>
border-color css
<style>
span { border-color: #85656B; }
span { border-color: rgb(133,101,107); }
td.TdClassName
{
border-color: #85656B;
}
.TagClassName
{
border-color: #85656B;
}
</style>