Shades of Mauve Taupe #815C68
Tints of Mauve Taupe #815C68
RGB
CMYK
RGB Variations
Color information
#815C68 (or 0x815C68) is known color: Mauve Taupe. HEX triplet: 81, 5C and 68. RGB value is (129,92,104). Sum of RGB (Red+Green+Blue) = 129+92+104=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #815C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C68 is #7EA397. Grayscale: #686868. Windows color (decimal): -8299416 or 6839425. OLE color: 6839425.
HSL color Cylindrical-coordinate representation of color #815C68: hue angle of 340.54º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815C68 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 92 | 104 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.49 |
| HSL | 340.54º | 0.17% | 0.43% | - |
| HSV(B) | 340.54º | 0.29% | 0.51% | - |
| XYZ | 15.38 | 13.32 | 14.86 | - |
| YUV | 104.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 104 | 0 | 0.29 | 0.19 | 0.49 | 340.54 | 0.17 | 0.43 |
| Hex | 81 | 5C | 68 | 0 | 1D | 13 | 31 | 155 | 11 | 2B |
| Octal | 201 | 134 | 150 | 0 | 35 | 23 | 61 | 525 | 21 | 53 |
| Binary | 10000001 | 1011100 | 1101000 | 0 | 11101 | 10011 | 110001 | 101010101 | 10001 | 101011 |
Color Harmonies of #815C68
Complementary color
Monochromatic Colors of #815C68
Black with #815C68
Text Example
Text Example
White with #815C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C68; }
p { color: rgb(129,92,104); }
H1.HeaderClassName
{
color: #815C68;
}
.AnyTagClassName
{
color: #815C68;
}
</style>
background-color css
<style>
a { background-color: #815C68; }
a { background-color: rgb(129,92,104); }
div.DivClassName
{
background-color: #815C68;
}
.BgClassName
{
background-color: #815C68;
}
</style>
border-color css
<style>
span { border-color: #815C68; }
span { border-color: rgb(129,92,104); }
td.TdClassName
{
border-color: #815C68;
}
.TagClassName
{
border-color: #815C68;
}
</style>