Shades of Mauve Taupe #855D69
Tints of Mauve Taupe #855D69
RGB
CMYK
RGB Variations
Color information
#855D69 (or 0x855D69) is known color: Mauve Taupe. HEX triplet: 85, 5D and 69. RGB value is (133,93,105). Sum of RGB (Red+Green+Blue) = 133+93+105=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #855D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D69 is #7AA296. Grayscale: #6A6A6A. Windows color (decimal): -8037015 or 6905221. OLE color: 6905221.
HSL color Cylindrical-coordinate representation of color #855D69: hue angle of 342º 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 #855D69 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 105 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.48 |
| HSL | 342º | 0.18% | 0.44% | - |
| HSV(B) | 342º | 0.3% | 0.52% | - |
| XYZ | 16.14 | 13.84 | 15.18 | - |
| YUV | 106.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 105 | 0 | 0.30 | 0.21 | 0.48 | 342 | 0.18 | 0.44 |
| Hex | 85 | 5D | 69 | 0 | 1E | 15 | 30 | 156 | 12 | 2C |
| Octal | 205 | 135 | 151 | 0 | 36 | 25 | 60 | 526 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1101001 | 0 | 11110 | 10101 | 110000 | 101010110 | 10010 | 101100 |
Color Harmonies of #855D69
Complementary color
Monochromatic Colors of #855D69
Black with #855D69
Text Example
Text Example
White with #855D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D69; }
p { color: rgb(133,93,105); }
H1.HeaderClassName
{
color: #855D69;
}
.AnyTagClassName
{
color: #855D69;
}
</style>
background-color css
<style>
a { background-color: #855D69; }
a { background-color: rgb(133,93,105); }
div.DivClassName
{
background-color: #855D69;
}
.BgClassName
{
background-color: #855D69;
}
</style>
border-color css
<style>
span { border-color: #855D69; }
span { border-color: rgb(133,93,105); }
td.TdClassName
{
border-color: #855D69;
}
.TagClassName
{
border-color: #855D69;
}
</style>