Shades of Mauve Taupe #805E65
Tints of Mauve Taupe #805E65
RGB
CMYK
RGB Variations
Color information
#805E65 (or 0x805E65) is known color: Mauve Taupe. HEX triplet: 80, 5E and 65. RGB value is (128,94,101). Sum of RGB (Red+Green+Blue) = 128+94+101=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #805E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E65 is #7FA19A. Grayscale: #686868. Windows color (decimal): -8364443 or 6643328. OLE color: 6643328.
HSL color Cylindrical-coordinate representation of color #805E65: hue angle of 347.65º 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 #805E65 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 101 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.50 |
| HSL | 347.65º | 0.15% | 0.44% | - |
| HSV(B) | 347.65º | 0.27% | 0.5% | - |
| XYZ | 15.25 | 13.53 | 14.12 | - |
| YUV | 104.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 101 | 0 | 0.27 | 0.21 | 0.50 | 347.65 | 0.15 | 0.44 |
| Hex | 80 | 5E | 65 | 0 | 1B | 15 | 32 | 15C | F | 2C |
| Octal | 200 | 136 | 145 | 0 | 33 | 25 | 62 | 534 | 17 | 54 |
| Binary | 10000000 | 1011110 | 1100101 | 0 | 11011 | 10101 | 110010 | 101011100 | 1111 | 101100 |
Color Harmonies of #805E65
Complementary color
Monochromatic Colors of #805E65
Black with #805E65
Text Example
Text Example
White with #805E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E65; }
p { color: rgb(128,94,101); }
H1.HeaderClassName
{
color: #805E65;
}
.AnyTagClassName
{
color: #805E65;
}
</style>
background-color css
<style>
a { background-color: #805E65; }
a { background-color: rgb(128,94,101); }
div.DivClassName
{
background-color: #805E65;
}
.BgClassName
{
background-color: #805E65;
}
</style>
border-color css
<style>
span { border-color: #805E65; }
span { border-color: rgb(128,94,101); }
td.TdClassName
{
border-color: #805E65;
}
.TagClassName
{
border-color: #805E65;
}
</style>