Shades of Mauve Taupe #8F646C
Tints of Mauve Taupe #8F646C
RGB
CMYK
RGB Variations
Color information
#8F646C (or 0x8F646C) is known color: Mauve Taupe. HEX triplet: 8F, 64 and 6C. RGB value is (143,100,108). Sum of RGB (Red+Green+Blue) = 143+100+108=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F646C is #709B93. Grayscale: #717171. Windows color (decimal): -7379860 or 7103631. OLE color: 7103631.
HSL color Cylindrical-coordinate representation of color #8F646C: hue angle of 348.84º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F646C is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 108 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.44 |
| HSL | 348.84º | 0.18% | 0.48% | - |
| HSV(B) | 348.84º | 0.3% | 0.56% | - |
| XYZ | 18.59 | 16.04 | 16.3 | - |
| YUV | 113.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 108 | 0 | 0.30 | 0.24 | 0.44 | 348.84 | 0.18 | 0.48 |
| Hex | 8F | 64 | 6C | 0 | 1E | 18 | 2C | 15D | 12 | 30 |
| Octal | 217 | 144 | 154 | 0 | 36 | 30 | 54 | 535 | 22 | 60 |
| Binary | 10001111 | 1100100 | 1101100 | 0 | 11110 | 11000 | 101100 | 101011101 | 10010 | 110000 |
Color Harmonies of #8F646C
Complementary color
Monochromatic Colors of #8F646C
Black with #8F646C
Text Example
Text Example
White with #8F646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F646C; }
p { color: rgb(143,100,108); }
H1.HeaderClassName
{
color: #8F646C;
}
.AnyTagClassName
{
color: #8F646C;
}
</style>
background-color css
<style>
a { background-color: #8F646C; }
a { background-color: rgb(143,100,108); }
div.DivClassName
{
background-color: #8F646C;
}
.BgClassName
{
background-color: #8F646C;
}
</style>
border-color css
<style>
span { border-color: #8F646C; }
span { border-color: rgb(143,100,108); }
td.TdClassName
{
border-color: #8F646C;
}
.TagClassName
{
border-color: #8F646C;
}
</style>