Shades of Mauve Taupe #8D6169
Tints of Mauve Taupe #8D6169
RGB
CMYK
RGB Variations
Color information
#8D6169 (or 0x8D6169) is known color: Mauve Taupe. HEX triplet: 8D, 61 and 69. RGB value is (141,97,105). Sum of RGB (Red+Green+Blue) = 141+97+105=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6169 is #729E96. Grayscale: #6F6F6F. Windows color (decimal): -7511703 or 6906253. OLE color: 6906253.
HSL color Cylindrical-coordinate representation of color #8D6169: hue angle of 349.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6169 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 105 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.45 |
| HSL | 349.09º | 0.18% | 0.47% | - |
| HSV(B) | 349.09º | 0.31% | 0.55% | - |
| XYZ | 17.81 | 15.23 | 15.37 | - |
| YUV | 111.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 105 | 0 | 0.31 | 0.26 | 0.45 | 349.09 | 0.18 | 0.47 |
| Hex | 8D | 61 | 69 | 0 | 1F | 1A | 2D | 15D | 12 | 2F |
| Octal | 215 | 141 | 151 | 0 | 37 | 32 | 55 | 535 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1101001 | 0 | 11111 | 11010 | 101101 | 101011101 | 10010 | 101111 |
Color Harmonies of #8D6169
Complementary color
Monochromatic Colors of #8D6169
Black with #8D6169
Text Example
Text Example
White with #8D6169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6169; }
p { color: rgb(141,97,105); }
H1.HeaderClassName
{
color: #8D6169;
}
.AnyTagClassName
{
color: #8D6169;
}
</style>
background-color css
<style>
a { background-color: #8D6169; }
a { background-color: rgb(141,97,105); }
div.DivClassName
{
background-color: #8D6169;
}
.BgClassName
{
background-color: #8D6169;
}
</style>
border-color css
<style>
span { border-color: #8D6169; }
span { border-color: rgb(141,97,105); }
td.TdClassName
{
border-color: #8D6169;
}
.TagClassName
{
border-color: #8D6169;
}
</style>