Shades of Mauve Taupe #805D67
Tints of Mauve Taupe #805D67
RGB
CMYK
RGB Variations
Color information
#805D67 (or 0x805D67) is known color: Mauve Taupe. HEX triplet: 80, 5D and 67. RGB value is (128,93,103). Sum of RGB (Red+Green+Blue) = 128+93+103=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #805D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D67 is #7FA298. Grayscale: #686868. Windows color (decimal): -8364697 or 6774144. OLE color: 6774144.
HSL color Cylindrical-coordinate representation of color #805D67: hue angle of 342.86º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805D67 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 103 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.50 |
| HSL | 342.86º | 0.16% | 0.43% | - |
| HSV(B) | 342.86º | 0.27% | 0.5% | - |
| XYZ | 15.26 | 13.4 | 14.61 | - |
| YUV | 104.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 103 | 0 | 0.27 | 0.20 | 0.50 | 342.86 | 0.16 | 0.43 |
| Hex | 80 | 5D | 67 | 0 | 1B | 14 | 32 | 157 | 10 | 2B |
| Octal | 200 | 135 | 147 | 0 | 33 | 24 | 62 | 527 | 20 | 53 |
| Binary | 10000000 | 1011101 | 1100111 | 0 | 11011 | 10100 | 110010 | 101010111 | 10000 | 101011 |
Color Harmonies of #805D67
Complementary color
Monochromatic Colors of #805D67
Black with #805D67
Text Example
Text Example
White with #805D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D67; }
p { color: rgb(128,93,103); }
H1.HeaderClassName
{
color: #805D67;
}
.AnyTagClassName
{
color: #805D67;
}
</style>
background-color css
<style>
a { background-color: #805D67; }
a { background-color: rgb(128,93,103); }
div.DivClassName
{
background-color: #805D67;
}
.BgClassName
{
background-color: #805D67;
}
</style>
border-color css
<style>
span { border-color: #805D67; }
span { border-color: rgb(128,93,103); }
td.TdClassName
{
border-color: #805D67;
}
.TagClassName
{
border-color: #805D67;
}
</style>