Shades of Mauve Taupe #8F696A
Tints of Mauve Taupe #8F696A
RGB
CMYK
RGB Variations
Color information
#8F696A (or 0x8F696A) is known color: Mauve Taupe. HEX triplet: 8F, 69 and 6A. RGB value is (143,105,106). Sum of RGB (Red+Green+Blue) = 143+105+106=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F696A is #709695. Grayscale: #747474. Windows color (decimal): -7378582 or 6973839. OLE color: 6973839.
HSL color Cylindrical-coordinate representation of color #8F696A: hue angle of 358.42º 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 #8F696A is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 106 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.44 |
| HSL | 358.42º | 0.15% | 0.49% | - |
| HSV(B) | 358.42º | 0.27% | 0.56% | - |
| XYZ | 18.98 | 16.98 | 15.91 | - |
| YUV | 116.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 106 | 0 | 0.27 | 0.26 | 0.44 | 358.42 | 0.15 | 0.49 |
| Hex | 8F | 69 | 6A | 0 | 1B | 1A | 2C | 166 | F | 31 |
| Octal | 217 | 151 | 152 | 0 | 33 | 32 | 54 | 546 | 17 | 61 |
| Binary | 10001111 | 1101001 | 1101010 | 0 | 11011 | 11010 | 101100 | 101100110 | 1111 | 110001 |
Color Harmonies of #8F696A
Complementary color
Monochromatic Colors of #8F696A
Black with #8F696A
Text Example
Text Example
White with #8F696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F696A; }
p { color: rgb(143,105,106); }
H1.HeaderClassName
{
color: #8F696A;
}
.AnyTagClassName
{
color: #8F696A;
}
</style>
background-color css
<style>
a { background-color: #8F696A; }
a { background-color: rgb(143,105,106); }
div.DivClassName
{
background-color: #8F696A;
}
.BgClassName
{
background-color: #8F696A;
}
</style>
border-color css
<style>
span { border-color: #8F696A; }
span { border-color: rgb(143,105,106); }
td.TdClassName
{
border-color: #8F696A;
}
.TagClassName
{
border-color: #8F696A;
}
</style>