Shades of Mauve Taupe #855C67
Tints of Mauve Taupe #855C67
RGB
CMYK
RGB Variations
Color information
#855C67 (or 0x855C67) is known color: Mauve Taupe. HEX triplet: 85, 5C and 67. RGB value is (133,92,103). Sum of RGB (Red+Green+Blue) = 133+92+103=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C67 is #7AA398. Grayscale: #696969. Windows color (decimal): -8037273 or 6773893. OLE color: 6773893.
HSL color Cylindrical-coordinate representation of color #855C67: hue angle of 343.9º 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 #855C67 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 103 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.48 |
| HSL | 343.9º | 0.18% | 0.44% | - |
| HSV(B) | 343.9º | 0.31% | 0.52% | - |
| XYZ | 15.95 | 13.62 | 14.62 | - |
| YUV | 105.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 103 | 0 | 0.31 | 0.23 | 0.48 | 343.9 | 0.18 | 0.44 |
| Hex | 85 | 5C | 67 | 0 | 1F | 17 | 30 | 158 | 12 | 2C |
| Octal | 205 | 134 | 147 | 0 | 37 | 27 | 60 | 530 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1100111 | 0 | 11111 | 10111 | 110000 | 101011000 | 10010 | 101100 |
Color Harmonies of #855C67
Complementary color
Monochromatic Colors of #855C67
Black with #855C67
Text Example
Text Example
White with #855C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C67; }
p { color: rgb(133,92,103); }
H1.HeaderClassName
{
color: #855C67;
}
.AnyTagClassName
{
color: #855C67;
}
</style>
background-color css
<style>
a { background-color: #855C67; }
a { background-color: rgb(133,92,103); }
div.DivClassName
{
background-color: #855C67;
}
.BgClassName
{
background-color: #855C67;
}
</style>
border-color css
<style>
span { border-color: #855C67; }
span { border-color: rgb(133,92,103); }
td.TdClassName
{
border-color: #855C67;
}
.TagClassName
{
border-color: #855C67;
}
</style>