Shades of Mauve Taupe #855D67
Tints of Mauve Taupe #855D67
RGB
CMYK
RGB Variations
Color information
#855D67 (or 0x855D67) is known color: Mauve Taupe. HEX triplet: 85, 5D and 67. RGB value is (133,93,103). Sum of RGB (Red+Green+Blue) = 133+93+103=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D67 is #7AA298. Grayscale: #6A6A6A. Windows color (decimal): -8037017 or 6774149. OLE color: 6774149.
HSL color Cylindrical-coordinate representation of color #855D67: hue angle of 345º 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 #855D67 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 103 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.48 |
| HSL | 345º | 0.18% | 0.44% | - |
| HSV(B) | 345º | 0.3% | 0.52% | - |
| XYZ | 16.04 | 13.79 | 14.65 | - |
| YUV | 106.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 103 | 0 | 0.30 | 0.23 | 0.48 | 345 | 0.18 | 0.44 |
| Hex | 85 | 5D | 67 | 0 | 1E | 17 | 30 | 159 | 12 | 2C |
| Octal | 205 | 135 | 147 | 0 | 36 | 27 | 60 | 531 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1100111 | 0 | 11110 | 10111 | 110000 | 101011001 | 10010 | 101100 |
Color Harmonies of #855D67
Complementary color
Monochromatic Colors of #855D67
Black with #855D67
Text Example
Text Example
White with #855D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D67; }
p { color: rgb(133,93,103); }
H1.HeaderClassName
{
color: #855D67;
}
.AnyTagClassName
{
color: #855D67;
}
</style>
background-color css
<style>
a { background-color: #855D67; }
a { background-color: rgb(133,93,103); }
div.DivClassName
{
background-color: #855D67;
}
.BgClassName
{
background-color: #855D67;
}
</style>
border-color css
<style>
span { border-color: #855D67; }
span { border-color: rgb(133,93,103); }
td.TdClassName
{
border-color: #855D67;
}
.TagClassName
{
border-color: #855D67;
}
</style>