Shades of Mauve Taupe #855F68
Tints of Mauve Taupe #855F68
RGB
CMYK
RGB Variations
Color information
#855F68 (or 0x855F68) is known color: Mauve Taupe. HEX triplet: 85, 5F and 68. RGB value is (133,95,104). Sum of RGB (Red+Green+Blue) = 133+95+104=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F68 is #7AA097. Grayscale: #6B6B6B. Windows color (decimal): -8036504 or 6840197. OLE color: 6840197.
HSL color Cylindrical-coordinate representation of color #855F68: hue angle of 345.79º 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 #855F68 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 104 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.48 |
| HSL | 345.79º | 0.17% | 0.45% | - |
| HSV(B) | 345.79º | 0.29% | 0.52% | - |
| XYZ | 16.26 | 14.17 | 14.97 | - |
| YUV | 107.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 104 | 0 | 0.29 | 0.22 | 0.48 | 345.79 | 0.17 | 0.45 |
| Hex | 85 | 5F | 68 | 0 | 1D | 16 | 30 | 15A | 11 | 2D |
| Octal | 205 | 137 | 150 | 0 | 35 | 26 | 60 | 532 | 21 | 55 |
| Binary | 10000101 | 1011111 | 1101000 | 0 | 11101 | 10110 | 110000 | 101011010 | 10001 | 101101 |
Color Harmonies of #855F68
Complementary color
Monochromatic Colors of #855F68
Black with #855F68
Text Example
Text Example
White with #855F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F68; }
p { color: rgb(133,95,104); }
H1.HeaderClassName
{
color: #855F68;
}
.AnyTagClassName
{
color: #855F68;
}
</style>
background-color css
<style>
a { background-color: #855F68; }
a { background-color: rgb(133,95,104); }
div.DivClassName
{
background-color: #855F68;
}
.BgClassName
{
background-color: #855F68;
}
</style>
border-color css
<style>
span { border-color: #855F68; }
span { border-color: rgb(133,95,104); }
td.TdClassName
{
border-color: #855F68;
}
.TagClassName
{
border-color: #855F68;
}
</style>