Shades of Mauve Taupe #8F6167
Tints of Mauve Taupe #8F6167
RGB
CMYK
RGB Variations
Color information
#8F6167 (or 0x8F6167) is known color: Mauve Taupe. HEX triplet: 8F, 61 and 67. RGB value is (143,97,103). Sum of RGB (Red+Green+Blue) = 143+97+103=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6167 is #709E98. Grayscale: #6F6F6F. Windows color (decimal): -7380633 or 6775183. OLE color: 6775183.
HSL color Cylindrical-coordinate representation of color #8F6167: hue angle of 352.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6167 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 97 | 103 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.44 |
| HSL | 352.17º | 0.19% | 0.47% | - |
| HSV(B) | 352.17º | 0.32% | 0.56% | - |
| XYZ | 18.05 | 15.37 | 14.85 | - |
| YUV | 111.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 103 | 0 | 0.32 | 0.28 | 0.44 | 352.17 | 0.19 | 0.47 |
| Hex | 8F | 61 | 67 | 0 | 20 | 1C | 2C | 160 | 13 | 2F |
| Octal | 217 | 141 | 147 | 0 | 40 | 34 | 54 | 540 | 23 | 57 |
| Binary | 10001111 | 1100001 | 1100111 | 0 | 100000 | 11100 | 101100 | 101100000 | 10011 | 101111 |
Color Harmonies of #8F6167
Complementary color
Monochromatic Colors of #8F6167
Black with #8F6167
Text Example
Text Example
White with #8F6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6167; }
p { color: rgb(143,97,103); }
H1.HeaderClassName
{
color: #8F6167;
}
.AnyTagClassName
{
color: #8F6167;
}
</style>
background-color css
<style>
a { background-color: #8F6167; }
a { background-color: rgb(143,97,103); }
div.DivClassName
{
background-color: #8F6167;
}
.BgClassName
{
background-color: #8F6167;
}
</style>
border-color css
<style>
span { border-color: #8F6167; }
span { border-color: rgb(143,97,103); }
td.TdClassName
{
border-color: #8F6167;
}
.TagClassName
{
border-color: #8F6167;
}
</style>