Shades of Mauve Taupe #8F6268
Tints of Mauve Taupe #8F6268
RGB
CMYK
RGB Variations
Color information
#8F6268 (or 0x8F6268) is known color: Mauve Taupe. HEX triplet: 8F, 62 and 68. RGB value is (143,98,104). Sum of RGB (Red+Green+Blue) = 143+98+104=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6268 is #709D97. Grayscale: #707070. Windows color (decimal): -7380376 or 6840975. OLE color: 6840975.
HSL color Cylindrical-coordinate representation of color #8F6268: hue angle of 352º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6268 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 104 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.44 |
| HSL | 352º | 0.19% | 0.47% | - |
| HSV(B) | 352º | 0.31% | 0.56% | - |
| XYZ | 18.19 | 15.57 | 15.14 | - |
| YUV | 112.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 104 | 0 | 0.31 | 0.27 | 0.44 | 352 | 0.19 | 0.47 |
| Hex | 8F | 62 | 68 | 0 | 1F | 1B | 2C | 160 | 13 | 2F |
| Octal | 217 | 142 | 150 | 0 | 37 | 33 | 54 | 540 | 23 | 57 |
| Binary | 10001111 | 1100010 | 1101000 | 0 | 11111 | 11011 | 101100 | 101100000 | 10011 | 101111 |
Color Harmonies of #8F6268
Complementary color
Monochromatic Colors of #8F6268
Black with #8F6268
Text Example
Text Example
White with #8F6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6268; }
p { color: rgb(143,98,104); }
H1.HeaderClassName
{
color: #8F6268;
}
.AnyTagClassName
{
color: #8F6268;
}
</style>
background-color css
<style>
a { background-color: #8F6268; }
a { background-color: rgb(143,98,104); }
div.DivClassName
{
background-color: #8F6268;
}
.BgClassName
{
background-color: #8F6268;
}
</style>
border-color css
<style>
span { border-color: #8F6268; }
span { border-color: rgb(143,98,104); }
td.TdClassName
{
border-color: #8F6268;
}
.TagClassName
{
border-color: #8F6268;
}
</style>