Shades of Mauve Taupe #8C6165
Tints of Mauve Taupe #8C6165
RGB
CMYK
RGB Variations
Color information
#8C6165 (or 0x8C6165) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 65. RGB value is (140,97,101). Sum of RGB (Red+Green+Blue) = 140+97+101=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6165 is #739E9A. Grayscale: #6E6E6E. Windows color (decimal): -7577243 or 6644108. OLE color: 6644108.
HSL color Cylindrical-coordinate representation of color #8C6165: hue angle of 354.42º 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 #8C6165 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 101 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.45 |
| HSL | 354.42º | 0.18% | 0.46% | - |
| HSV(B) | 354.42º | 0.31% | 0.55% | - |
| XYZ | 17.44 | 15.06 | 14.3 | - |
| YUV | 110.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 101 | 0 | 0.31 | 0.28 | 0.45 | 354.42 | 0.18 | 0.46 |
| Hex | 8C | 61 | 65 | 0 | 1F | 1C | 2D | 162 | 12 | 2E |
| Octal | 214 | 141 | 145 | 0 | 37 | 34 | 55 | 542 | 22 | 56 |
| Binary | 10001100 | 1100001 | 1100101 | 0 | 11111 | 11100 | 101101 | 101100010 | 10010 | 101110 |
Color Harmonies of #8C6165
Complementary color
Monochromatic Colors of #8C6165
Black with #8C6165
Text Example
Text Example
White with #8C6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6165; }
p { color: rgb(140,97,101); }
H1.HeaderClassName
{
color: #8C6165;
}
.AnyTagClassName
{
color: #8C6165;
}
</style>
background-color css
<style>
a { background-color: #8C6165; }
a { background-color: rgb(140,97,101); }
div.DivClassName
{
background-color: #8C6165;
}
.BgClassName
{
background-color: #8C6165;
}
</style>
border-color css
<style>
span { border-color: #8C6165; }
span { border-color: rgb(140,97,101); }
td.TdClassName
{
border-color: #8C6165;
}
.TagClassName
{
border-color: #8C6165;
}
</style>