Shades of Mauve Taupe #805F69
Tints of Mauve Taupe #805F69
RGB
CMYK
RGB Variations
Color information
#805F69 (or 0x805F69) is known color: Mauve Taupe. HEX triplet: 80, 5F and 69. RGB value is (128,95,105). Sum of RGB (Red+Green+Blue) = 128+95+105=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #805F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F69 is #7FA096. Grayscale: #696969. Windows color (decimal): -8364183 or 6905728. OLE color: 6905728.
HSL color Cylindrical-coordinate representation of color #805F69: hue angle of 341.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #805F69 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 105 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.50 |
| HSL | 341.82º | 0.15% | 0.44% | - |
| HSV(B) | 341.82º | 0.26% | 0.5% | - |
| XYZ | 15.54 | 13.79 | 15.21 | - |
| YUV | 106.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 105 | 0 | 0.26 | 0.18 | 0.50 | 341.82 | 0.15 | 0.44 |
| Hex | 80 | 5F | 69 | 0 | 1A | 12 | 32 | 156 | F | 2C |
| Octal | 200 | 137 | 151 | 0 | 32 | 22 | 62 | 526 | 17 | 54 |
| Binary | 10000000 | 1011111 | 1101001 | 0 | 11010 | 10010 | 110010 | 101010110 | 1111 | 101100 |
Color Harmonies of #805F69
Complementary color
Monochromatic Colors of #805F69
Black with #805F69
Text Example
Text Example
White with #805F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F69; }
p { color: rgb(128,95,105); }
H1.HeaderClassName
{
color: #805F69;
}
.AnyTagClassName
{
color: #805F69;
}
</style>
background-color css
<style>
a { background-color: #805F69; }
a { background-color: rgb(128,95,105); }
div.DivClassName
{
background-color: #805F69;
}
.BgClassName
{
background-color: #805F69;
}
</style>
border-color css
<style>
span { border-color: #805F69; }
span { border-color: rgb(128,95,105); }
td.TdClassName
{
border-color: #805F69;
}
.TagClassName
{
border-color: #805F69;
}
</style>