Shades of Mauve Taupe #855C6E
Tints of Mauve Taupe #855C6E
RGB
CMYK
RGB Variations
Color information
#855C6E (or 0x855C6E) is known color: Mauve Taupe. HEX triplet: 85, 5C and 6E. RGB value is (133,92,110). Sum of RGB (Red+Green+Blue) = 133+92+110=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C6E is #7AA391. Grayscale: #6A6A6A. Windows color (decimal): -8037266 or 7232645. OLE color: 7232645.
HSL color Cylindrical-coordinate representation of color #855C6E: hue angle of 333.66º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C6E is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 110 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.48 |
| HSL | 333.66º | 0.18% | 0.44% | - |
| HSV(B) | 333.66º | 0.31% | 0.52% | - |
| XYZ | 16.31 | 13.77 | 16.55 | - |
| YUV | 106.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 110 | 0 | 0.31 | 0.17 | 0.48 | 333.66 | 0.18 | 0.44 |
| Hex | 85 | 5C | 6E | 0 | 1F | 11 | 30 | 14E | 12 | 2C |
| Octal | 205 | 134 | 156 | 0 | 37 | 21 | 60 | 516 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1101110 | 0 | 11111 | 10001 | 110000 | 101001110 | 10010 | 101100 |
Color Harmonies of #855C6E
Complementary color
Monochromatic Colors of #855C6E
Black with #855C6E
Text Example
Text Example
White with #855C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C6E; }
p { color: rgb(133,92,110); }
H1.HeaderClassName
{
color: #855C6E;
}
.AnyTagClassName
{
color: #855C6E;
}
</style>
background-color css
<style>
a { background-color: #855C6E; }
a { background-color: rgb(133,92,110); }
div.DivClassName
{
background-color: #855C6E;
}
.BgClassName
{
background-color: #855C6E;
}
</style>
border-color css
<style>
span { border-color: #855C6E; }
span { border-color: rgb(133,92,110); }
td.TdClassName
{
border-color: #855C6E;
}
.TagClassName
{
border-color: #855C6E;
}
</style>