Shades of Mauve Taupe #85676E
Tints of Mauve Taupe #85676E
RGB
CMYK
RGB Variations
Color information
#85676E (or 0x85676E) is known color: Mauve Taupe. HEX triplet: 85, 67 and 6E. RGB value is (133,103,110). Sum of RGB (Red+Green+Blue) = 133+103+110=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85676E is #7A9891. Grayscale: #707070. Windows color (decimal): -8034450 or 7235461. OLE color: 7235461.
HSL color Cylindrical-coordinate representation of color #85676E: hue angle of 346º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85676E is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 110 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.48 |
| HSL | 346º | 0.13% | 0.46% | - |
| HSV(B) | 346º | 0.23% | 0.52% | - |
| XYZ | 17.34 | 15.81 | 16.89 | - |
| YUV | 112.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 110 | 0 | 0.23 | 0.17 | 0.48 | 346 | 0.13 | 0.46 |
| Hex | 85 | 67 | 6E | 0 | 17 | 11 | 30 | 15A | D | 2E |
| Octal | 205 | 147 | 156 | 0 | 27 | 21 | 60 | 532 | 15 | 56 |
| Binary | 10000101 | 1100111 | 1101110 | 0 | 10111 | 10001 | 110000 | 101011010 | 1101 | 101110 |
Color Harmonies of #85676E
Complementary color
Monochromatic Colors of #85676E
Black with #85676E
Text Example
Text Example
White with #85676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85676E; }
p { color: rgb(133,103,110); }
H1.HeaderClassName
{
color: #85676E;
}
.AnyTagClassName
{
color: #85676E;
}
</style>
background-color css
<style>
a { background-color: #85676E; }
a { background-color: rgb(133,103,110); }
div.DivClassName
{
background-color: #85676E;
}
.BgClassName
{
background-color: #85676E;
}
</style>
border-color css
<style>
span { border-color: #85676E; }
span { border-color: rgb(133,103,110); }
td.TdClassName
{
border-color: #85676E;
}
.TagClassName
{
border-color: #85676E;
}
</style>