Shades of Mauve Taupe #8D6068
Tints of Mauve Taupe #8D6068
RGB
CMYK
RGB Variations
Color information
#8D6068 (or 0x8D6068) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 68. RGB value is (141,96,104). Sum of RGB (Red+Green+Blue) = 141+96+104=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6068 is #729F97. Grayscale: #6E6E6E. Windows color (decimal): -7511960 or 6840461. OLE color: 6840461.
HSL color Cylindrical-coordinate representation of color #8D6068: hue angle of 349.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6068 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 104 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.45 |
| HSL | 349.33º | 0.19% | 0.46% | - |
| HSV(B) | 349.33º | 0.32% | 0.55% | - |
| XYZ | 17.67 | 15.03 | 15.07 | - |
| YUV | 110.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 104 | 0 | 0.32 | 0.26 | 0.45 | 349.33 | 0.19 | 0.46 |
| Hex | 8D | 60 | 68 | 0 | 20 | 1A | 2D | 15D | 13 | 2E |
| Octal | 215 | 140 | 150 | 0 | 40 | 32 | 55 | 535 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1101000 | 0 | 100000 | 11010 | 101101 | 101011101 | 10011 | 101110 |
Color Harmonies of #8D6068
Complementary color
Monochromatic Colors of #8D6068
Black with #8D6068
Text Example
Text Example
White with #8D6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6068; }
p { color: rgb(141,96,104); }
H1.HeaderClassName
{
color: #8D6068;
}
.AnyTagClassName
{
color: #8D6068;
}
</style>
background-color css
<style>
a { background-color: #8D6068; }
a { background-color: rgb(141,96,104); }
div.DivClassName
{
background-color: #8D6068;
}
.BgClassName
{
background-color: #8D6068;
}
</style>
border-color css
<style>
span { border-color: #8D6068; }
span { border-color: rgb(141,96,104); }
td.TdClassName
{
border-color: #8D6068;
}
.TagClassName
{
border-color: #8D6068;
}
</style>