Shades of Mauve Taupe #8D6465
Tints of Mauve Taupe #8D6465
RGB
CMYK
RGB Variations
Color information
#8D6465 (or 0x8D6465) is known color: Mauve Taupe. HEX triplet: 8D, 64 and 65. RGB value is (141,100,101). Sum of RGB (Red+Green+Blue) = 141+100+101=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6465 is #729B9A. Grayscale: #707070. Windows color (decimal): -7510939 or 6644877. OLE color: 6644877.
HSL color Cylindrical-coordinate representation of color #8D6465: hue angle of 358.54º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D6465 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 101 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.45 |
| HSL | 358.54º | 0.17% | 0.47% | - |
| HSV(B) | 358.54º | 0.29% | 0.55% | - |
| XYZ | 17.89 | 15.72 | 14.4 | - |
| YUV | 112.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 101 | 0 | 0.29 | 0.28 | 0.45 | 358.54 | 0.17 | 0.47 |
| Hex | 8D | 64 | 65 | 0 | 1D | 1C | 2D | 167 | 11 | 2F |
| Octal | 215 | 144 | 145 | 0 | 35 | 34 | 55 | 547 | 21 | 57 |
| Binary | 10001101 | 1100100 | 1100101 | 0 | 11101 | 11100 | 101101 | 101100111 | 10001 | 101111 |
Color Harmonies of #8D6465
Complementary color
Monochromatic Colors of #8D6465
Black with #8D6465
Text Example
Text Example
White with #8D6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6465; }
p { color: rgb(141,100,101); }
H1.HeaderClassName
{
color: #8D6465;
}
.AnyTagClassName
{
color: #8D6465;
}
</style>
background-color css
<style>
a { background-color: #8D6465; }
a { background-color: rgb(141,100,101); }
div.DivClassName
{
background-color: #8D6465;
}
.BgClassName
{
background-color: #8D6465;
}
</style>
border-color css
<style>
span { border-color: #8D6465; }
span { border-color: rgb(141,100,101); }
td.TdClassName
{
border-color: #8D6465;
}
.TagClassName
{
border-color: #8D6465;
}
</style>