Shades of Mauve Taupe #855E67
Tints of Mauve Taupe #855E67
RGB
CMYK
RGB Variations
Color information
#855E67 (or 0x855E67) is known color: Mauve Taupe. HEX triplet: 85, 5E and 67. RGB value is (133,94,103). Sum of RGB (Red+Green+Blue) = 133+94+103=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #855E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E67 is #7AA198. Grayscale: #6A6A6A. Windows color (decimal): -8036761 or 6774405. OLE color: 6774405.
HSL color Cylindrical-coordinate representation of color #855E67: hue angle of 346.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E67 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 103 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.48 |
| HSL | 346.15º | 0.17% | 0.45% | - |
| HSV(B) | 346.15º | 0.29% | 0.52% | - |
| XYZ | 16.12 | 13.97 | 14.68 | - |
| YUV | 106.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 103 | 0 | 0.29 | 0.23 | 0.48 | 346.15 | 0.17 | 0.45 |
| Hex | 85 | 5E | 67 | 0 | 1D | 17 | 30 | 15A | 11 | 2D |
| Octal | 205 | 136 | 147 | 0 | 35 | 27 | 60 | 532 | 21 | 55 |
| Binary | 10000101 | 1011110 | 1100111 | 0 | 11101 | 10111 | 110000 | 101011010 | 10001 | 101101 |
Color Harmonies of #855E67
Complementary color
Monochromatic Colors of #855E67
Black with #855E67
Text Example
Text Example
White with #855E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E67; }
p { color: rgb(133,94,103); }
H1.HeaderClassName
{
color: #855E67;
}
.AnyTagClassName
{
color: #855E67;
}
</style>
background-color css
<style>
a { background-color: #855E67; }
a { background-color: rgb(133,94,103); }
div.DivClassName
{
background-color: #855E67;
}
.BgClassName
{
background-color: #855E67;
}
</style>
border-color css
<style>
span { border-color: #855E67; }
span { border-color: rgb(133,94,103); }
td.TdClassName
{
border-color: #855E67;
}
.TagClassName
{
border-color: #855E67;
}
</style>