Shades of Mauve Taupe #85666D
Tints of Mauve Taupe #85666D
RGB
CMYK
RGB Variations
Color information
#85666D (or 0x85666D) is known color: Mauve Taupe. HEX triplet: 85, 66 and 6D. RGB value is (133,102,109). Sum of RGB (Red+Green+Blue) = 133+102+109=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85666D is #7A9992. Grayscale: #707070. Windows color (decimal): -8034707 or 7169669. OLE color: 7169669.
HSL color Cylindrical-coordinate representation of color #85666D: hue angle of 346.45º 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 #85666D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 109 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.48 |
| HSL | 346.45º | 0.13% | 0.46% | - |
| HSV(B) | 346.45º | 0.23% | 0.52% | - |
| XYZ | 17.18 | 15.59 | 16.57 | - |
| YUV | 112.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 109 | 0 | 0.23 | 0.18 | 0.48 | 346.45 | 0.13 | 0.46 |
| Hex | 85 | 66 | 6D | 0 | 17 | 12 | 30 | 15A | D | 2E |
| Octal | 205 | 146 | 155 | 0 | 27 | 22 | 60 | 532 | 15 | 56 |
| Binary | 10000101 | 1100110 | 1101101 | 0 | 10111 | 10010 | 110000 | 101011010 | 1101 | 101110 |
Color Harmonies of #85666D
Complementary color
Monochromatic Colors of #85666D
Black with #85666D
Text Example
Text Example
White with #85666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85666D; }
p { color: rgb(133,102,109); }
H1.HeaderClassName
{
color: #85666D;
}
.AnyTagClassName
{
color: #85666D;
}
</style>
background-color css
<style>
a { background-color: #85666D; }
a { background-color: rgb(133,102,109); }
div.DivClassName
{
background-color: #85666D;
}
.BgClassName
{
background-color: #85666D;
}
</style>
border-color css
<style>
span { border-color: #85666D; }
span { border-color: rgb(133,102,109); }
td.TdClassName
{
border-color: #85666D;
}
.TagClassName
{
border-color: #85666D;
}
</style>