Shades of Mauve Taupe #8F6067
Tints of Mauve Taupe #8F6067
RGB
CMYK
RGB Variations
Color information
#8F6067 (or 0x8F6067) is known color: Mauve Taupe. HEX triplet: 8F, 60 and 67. RGB value is (143,96,103). Sum of RGB (Red+Green+Blue) = 143+96+103=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6067 is #709F98. Grayscale: #6E6E6E. Windows color (decimal): -7380889 or 6774927. OLE color: 6774927.
HSL color Cylindrical-coordinate representation of color #8F6067: hue angle of 351.06º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F6067 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 103 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.44 |
| HSL | 351.06º | 0.2% | 0.47% | - |
| HSV(B) | 351.06º | 0.33% | 0.56% | - |
| XYZ | 17.96 | 15.18 | 14.82 | - |
| YUV | 110.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 103 | 0 | 0.33 | 0.28 | 0.44 | 351.06 | 0.2 | 0.47 |
| Hex | 8F | 60 | 67 | 0 | 21 | 1C | 2C | 15F | 14 | 2F |
| Octal | 217 | 140 | 147 | 0 | 41 | 34 | 54 | 537 | 24 | 57 |
| Binary | 10001111 | 1100000 | 1100111 | 0 | 100001 | 11100 | 101100 | 101011111 | 10100 | 101111 |
Color Harmonies of #8F6067
Complementary color
Monochromatic Colors of #8F6067
Black with #8F6067
Text Example
Text Example
White with #8F6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6067; }
p { color: rgb(143,96,103); }
H1.HeaderClassName
{
color: #8F6067;
}
.AnyTagClassName
{
color: #8F6067;
}
</style>
background-color css
<style>
a { background-color: #8F6067; }
a { background-color: rgb(143,96,103); }
div.DivClassName
{
background-color: #8F6067;
}
.BgClassName
{
background-color: #8F6067;
}
</style>
border-color css
<style>
span { border-color: #8F6067; }
span { border-color: rgb(143,96,103); }
td.TdClassName
{
border-color: #8F6067;
}
.TagClassName
{
border-color: #8F6067;
}
</style>