Shades of Mauve Taupe #8F696B
Tints of Mauve Taupe #8F696B
RGB
CMYK
RGB Variations
Color information
#8F696B (or 0x8F696B) is known color: Mauve Taupe. HEX triplet: 8F, 69 and 6B. RGB value is (143,105,107). Sum of RGB (Red+Green+Blue) = 143+105+107=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F696B is #709694. Grayscale: #747474. Windows color (decimal): -7378581 or 7039375. OLE color: 7039375.
HSL color Cylindrical-coordinate representation of color #8F696B: hue angle of 356.84º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F696B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 107 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.44 |
| HSL | 356.84º | 0.15% | 0.49% | - |
| HSV(B) | 356.84º | 0.27% | 0.56% | - |
| XYZ | 19.03 | 17 | 16.19 | - |
| YUV | 116.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 107 | 0 | 0.27 | 0.25 | 0.44 | 356.84 | 0.15 | 0.49 |
| Hex | 8F | 69 | 6B | 0 | 1B | 19 | 2C | 165 | F | 31 |
| Octal | 217 | 151 | 153 | 0 | 33 | 31 | 54 | 545 | 17 | 61 |
| Binary | 10001111 | 1101001 | 1101011 | 0 | 11011 | 11001 | 101100 | 101100101 | 1111 | 110001 |
Color Harmonies of #8F696B
Complementary color
Monochromatic Colors of #8F696B
Black with #8F696B
Text Example
Text Example
White with #8F696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F696B; }
p { color: rgb(143,105,107); }
H1.HeaderClassName
{
color: #8F696B;
}
.AnyTagClassName
{
color: #8F696B;
}
</style>
background-color css
<style>
a { background-color: #8F696B; }
a { background-color: rgb(143,105,107); }
div.DivClassName
{
background-color: #8F696B;
}
.BgClassName
{
background-color: #8F696B;
}
</style>
border-color css
<style>
span { border-color: #8F696B; }
span { border-color: rgb(143,105,107); }
td.TdClassName
{
border-color: #8F696B;
}
.TagClassName
{
border-color: #8F696B;
}
</style>