Shades of Mauve Taupe #8C616C
Tints of Mauve Taupe #8C616C
RGB
CMYK
RGB Variations
Color information
#8C616C (or 0x8C616C) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 6C. RGB value is (140,97,108). Sum of RGB (Red+Green+Blue) = 140+97+108=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C616C is #739E93. Grayscale: #6F6F6F. Windows color (decimal): -7577236 or 7102860. OLE color: 7102860.
HSL color Cylindrical-coordinate representation of color #8C616C: hue angle of 344.65º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C616C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 108 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.45 |
| HSL | 344.65º | 0.18% | 0.46% | - |
| HSV(B) | 344.65º | 0.31% | 0.55% | - |
| XYZ | 17.8 | 15.21 | 16.18 | - |
| YUV | 111.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 108 | 0 | 0.31 | 0.23 | 0.45 | 344.65 | 0.18 | 0.46 |
| Hex | 8C | 61 | 6C | 0 | 1F | 17 | 2D | 159 | 12 | 2E |
| Octal | 214 | 141 | 154 | 0 | 37 | 27 | 55 | 531 | 22 | 56 |
| Binary | 10001100 | 1100001 | 1101100 | 0 | 11111 | 10111 | 101101 | 101011001 | 10010 | 101110 |
Color Harmonies of #8C616C
Complementary color
Monochromatic Colors of #8C616C
Black with #8C616C
Text Example
Text Example
White with #8C616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C616C; }
p { color: rgb(140,97,108); }
H1.HeaderClassName
{
color: #8C616C;
}
.AnyTagClassName
{
color: #8C616C;
}
</style>
background-color css
<style>
a { background-color: #8C616C; }
a { background-color: rgb(140,97,108); }
div.DivClassName
{
background-color: #8C616C;
}
.BgClassName
{
background-color: #8C616C;
}
</style>
border-color css
<style>
span { border-color: #8C616C; }
span { border-color: rgb(140,97,108); }
td.TdClassName
{
border-color: #8C616C;
}
.TagClassName
{
border-color: #8C616C;
}
</style>