Shades of Mauve Taupe #8D6067
Tints of Mauve Taupe #8D6067
RGB
CMYK
RGB Variations
Color information
#8D6067 (or 0x8D6067) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 67. RGB value is (141,96,103). Sum of RGB (Red+Green+Blue) = 141+96+103=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6067 is #729F98. Grayscale: #6E6E6E. Windows color (decimal): -7511961 or 6774925. OLE color: 6774925.
HSL color Cylindrical-coordinate representation of color #8D6067: hue angle of 350.67º 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 #8D6067 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 103 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.45 |
| HSL | 350.67º | 0.19% | 0.46% | - |
| HSV(B) | 350.67º | 0.32% | 0.55% | - |
| XYZ | 17.62 | 15.01 | 14.8 | - |
| YUV | 110.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 103 | 0 | 0.32 | 0.27 | 0.45 | 350.67 | 0.19 | 0.46 |
| Hex | 8D | 60 | 67 | 0 | 20 | 1B | 2D | 15F | 13 | 2E |
| Octal | 215 | 140 | 147 | 0 | 40 | 33 | 55 | 537 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1100111 | 0 | 100000 | 11011 | 101101 | 101011111 | 10011 | 101110 |
Color Harmonies of #8D6067
Complementary color
Monochromatic Colors of #8D6067
Black with #8D6067
Text Example
Text Example
White with #8D6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6067; }
p { color: rgb(141,96,103); }
H1.HeaderClassName
{
color: #8D6067;
}
.AnyTagClassName
{
color: #8D6067;
}
</style>
background-color css
<style>
a { background-color: #8D6067; }
a { background-color: rgb(141,96,103); }
div.DivClassName
{
background-color: #8D6067;
}
.BgClassName
{
background-color: #8D6067;
}
</style>
border-color css
<style>
span { border-color: #8D6067; }
span { border-color: rgb(141,96,103); }
td.TdClassName
{
border-color: #8D6067;
}
.TagClassName
{
border-color: #8D6067;
}
</style>