Shades of Mauve Taupe #855D6C
Tints of Mauve Taupe #855D6C
RGB
CMYK
RGB Variations
Color information
#855D6C (or 0x855D6C) is known color: Mauve Taupe. HEX triplet: 85, 5D and 6C. RGB value is (133,93,108). Sum of RGB (Red+Green+Blue) = 133+93+108=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D6C is #7AA293. Grayscale: #6A6A6A. Windows color (decimal): -8037012 or 7101829. OLE color: 7101829.
HSL color Cylindrical-coordinate representation of color #855D6C: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D6C is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 108 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.48 |
| HSL | 337.5º | 0.18% | 0.44% | - |
| HSV(B) | 337.5º | 0.3% | 0.52% | - |
| XYZ | 16.29 | 13.9 | 16.01 | - |
| YUV | 106.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 108 | 0 | 0.30 | 0.19 | 0.48 | 337.5 | 0.18 | 0.44 |
| Hex | 85 | 5D | 6C | 0 | 1E | 13 | 30 | 152 | 12 | 2C |
| Octal | 205 | 135 | 154 | 0 | 36 | 23 | 60 | 522 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1101100 | 0 | 11110 | 10011 | 110000 | 101010010 | 10010 | 101100 |
Color Harmonies of #855D6C
Complementary color
Monochromatic Colors of #855D6C
Black with #855D6C
Text Example
Text Example
White with #855D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D6C; }
p { color: rgb(133,93,108); }
H1.HeaderClassName
{
color: #855D6C;
}
.AnyTagClassName
{
color: #855D6C;
}
</style>
background-color css
<style>
a { background-color: #855D6C; }
a { background-color: rgb(133,93,108); }
div.DivClassName
{
background-color: #855D6C;
}
.BgClassName
{
background-color: #855D6C;
}
</style>
border-color css
<style>
span { border-color: #855D6C; }
span { border-color: rgb(133,93,108); }
td.TdClassName
{
border-color: #855D6C;
}
.TagClassName
{
border-color: #855D6C;
}
</style>