Shades of Mauve Taupe #8D636B
Tints of Mauve Taupe #8D636B
RGB
CMYK
RGB Variations
Color information
#8D636B (or 0x8D636B) is known color: Mauve Taupe. HEX triplet: 8D, 63 and 6B. RGB value is (141,99,107). Sum of RGB (Red+Green+Blue) = 141+99+107=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D636B is #729C94. Grayscale: #707070. Windows color (decimal): -7511189 or 7037837. OLE color: 7037837.
HSL color Cylindrical-coordinate representation of color #8D636B: hue angle of 348.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D636B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 107 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.45 |
| HSL | 348.57º | 0.18% | 0.47% | - |
| HSV(B) | 348.57º | 0.3% | 0.55% | - |
| XYZ | 18.1 | 15.65 | 15.98 | - |
| YUV | 112.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 107 | 0 | 0.30 | 0.24 | 0.45 | 348.57 | 0.18 | 0.47 |
| Hex | 8D | 63 | 6B | 0 | 1E | 18 | 2D | 15D | 12 | 2F |
| Octal | 215 | 143 | 153 | 0 | 36 | 30 | 55 | 535 | 22 | 57 |
| Binary | 10001101 | 1100011 | 1101011 | 0 | 11110 | 11000 | 101101 | 101011101 | 10010 | 101111 |
Color Harmonies of #8D636B
Complementary color
Monochromatic Colors of #8D636B
Black with #8D636B
Text Example
Text Example
White with #8D636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D636B; }
p { color: rgb(141,99,107); }
H1.HeaderClassName
{
color: #8D636B;
}
.AnyTagClassName
{
color: #8D636B;
}
</style>
background-color css
<style>
a { background-color: #8D636B; }
a { background-color: rgb(141,99,107); }
div.DivClassName
{
background-color: #8D636B;
}
.BgClassName
{
background-color: #8D636B;
}
</style>
border-color css
<style>
span { border-color: #8D636B; }
span { border-color: rgb(141,99,107); }
td.TdClassName
{
border-color: #8D636B;
}
.TagClassName
{
border-color: #8D636B;
}
</style>