Shades of Mauve Taupe #805E68
Tints of Mauve Taupe #805E68
RGB
CMYK
RGB Variations
Color information
#805E68 (or 0x805E68) is known color: Mauve Taupe. HEX triplet: 80, 5E and 68. RGB value is (128,94,104). Sum of RGB (Red+Green+Blue) = 128+94+104=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #805E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E68 is #7FA197. Grayscale: #696969. Windows color (decimal): -8364440 or 6839936. OLE color: 6839936.
HSL color Cylindrical-coordinate representation of color #805E68: hue angle of 342.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E68 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 104 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.50 |
| HSL | 342.35º | 0.15% | 0.44% | - |
| HSV(B) | 342.35º | 0.27% | 0.5% | - |
| XYZ | 15.4 | 13.59 | 14.91 | - |
| YUV | 105.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 104 | 0 | 0.27 | 0.19 | 0.50 | 342.35 | 0.15 | 0.44 |
| Hex | 80 | 5E | 68 | 0 | 1B | 13 | 32 | 156 | F | 2C |
| Octal | 200 | 136 | 150 | 0 | 33 | 23 | 62 | 526 | 17 | 54 |
| Binary | 10000000 | 1011110 | 1101000 | 0 | 11011 | 10011 | 110010 | 101010110 | 1111 | 101100 |
Color Harmonies of #805E68
Complementary color
Monochromatic Colors of #805E68
Black with #805E68
Text Example
Text Example
White with #805E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E68; }
p { color: rgb(128,94,104); }
H1.HeaderClassName
{
color: #805E68;
}
.AnyTagClassName
{
color: #805E68;
}
</style>
background-color css
<style>
a { background-color: #805E68; }
a { background-color: rgb(128,94,104); }
div.DivClassName
{
background-color: #805E68;
}
.BgClassName
{
background-color: #805E68;
}
</style>
border-color css
<style>
span { border-color: #805E68; }
span { border-color: rgb(128,94,104); }
td.TdClassName
{
border-color: #805E68;
}
.TagClassName
{
border-color: #805E68;
}
</style>