Shades of Mauve Taupe #85666C
Tints of Mauve Taupe #85666C
RGB
CMYK
RGB Variations
Color information
#85666C (or 0x85666C) is known color: Mauve Taupe. HEX triplet: 85, 66 and 6C. RGB value is (133,102,108). Sum of RGB (Red+Green+Blue) = 133+102+108=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85666C is #7A9993. Grayscale: #6F6F6F. Windows color (decimal): -8034708 or 7104133. OLE color: 7104133.
HSL color Cylindrical-coordinate representation of color #85666C: hue angle of 348.39º 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 #85666C is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 108 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.48 |
| HSL | 348.39º | 0.13% | 0.46% | - |
| HSV(B) | 348.39º | 0.23% | 0.52% | - |
| XYZ | 17.13 | 15.57 | 16.29 | - |
| YUV | 111.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 108 | 0 | 0.23 | 0.19 | 0.48 | 348.39 | 0.13 | 0.46 |
| Hex | 85 | 66 | 6C | 0 | 17 | 13 | 30 | 15C | D | 2E |
| Octal | 205 | 146 | 154 | 0 | 27 | 23 | 60 | 534 | 15 | 56 |
| Binary | 10000101 | 1100110 | 1101100 | 0 | 10111 | 10011 | 110000 | 101011100 | 1101 | 101110 |
Color Harmonies of #85666C
Complementary color
Monochromatic Colors of #85666C
Black with #85666C
Text Example
Text Example
White with #85666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85666C; }
p { color: rgb(133,102,108); }
H1.HeaderClassName
{
color: #85666C;
}
.AnyTagClassName
{
color: #85666C;
}
</style>
background-color css
<style>
a { background-color: #85666C; }
a { background-color: rgb(133,102,108); }
div.DivClassName
{
background-color: #85666C;
}
.BgClassName
{
background-color: #85666C;
}
</style>
border-color css
<style>
span { border-color: #85666C; }
span { border-color: rgb(133,102,108); }
td.TdClassName
{
border-color: #85666C;
}
.TagClassName
{
border-color: #85666C;
}
</style>