Shades of Mauve Taupe #855D65
Tints of Mauve Taupe #855D65
RGB
CMYK
RGB Variations
Color information
#855D65 (or 0x855D65) is known color: Mauve Taupe. HEX triplet: 85, 5D and 65. RGB value is (133,93,101). Sum of RGB (Red+Green+Blue) = 133+93+101=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D65 is #7AA29A. Grayscale: #696969. Windows color (decimal): -8037019 or 6643077. OLE color: 6643077.
HSL color Cylindrical-coordinate representation of color #855D65: hue angle of 348º 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 #855D65 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 101 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.48 |
| HSL | 348º | 0.18% | 0.44% | - |
| HSV(B) | 348º | 0.3% | 0.52% | - |
| XYZ | 15.94 | 13.75 | 14.13 | - |
| YUV | 105.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 101 | 0 | 0.30 | 0.24 | 0.48 | 348 | 0.18 | 0.44 |
| Hex | 85 | 5D | 65 | 0 | 1E | 18 | 30 | 15C | 12 | 2C |
| Octal | 205 | 135 | 145 | 0 | 36 | 30 | 60 | 534 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1100101 | 0 | 11110 | 11000 | 110000 | 101011100 | 10010 | 101100 |
Color Harmonies of #855D65
Complementary color
Monochromatic Colors of #855D65
Black with #855D65
Text Example
Text Example
White with #855D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D65; }
p { color: rgb(133,93,101); }
H1.HeaderClassName
{
color: #855D65;
}
.AnyTagClassName
{
color: #855D65;
}
</style>
background-color css
<style>
a { background-color: #855D65; }
a { background-color: rgb(133,93,101); }
div.DivClassName
{
background-color: #855D65;
}
.BgClassName
{
background-color: #855D65;
}
</style>
border-color css
<style>
span { border-color: #855D65; }
span { border-color: rgb(133,93,101); }
td.TdClassName
{
border-color: #855D65;
}
.TagClassName
{
border-color: #855D65;
}
</style>