Shades of Mauve Taupe #8E6269
Tints of Mauve Taupe #8E6269
RGB
CMYK
RGB Variations
Color information
#8E6269 (or 0x8E6269) is known color: Mauve Taupe. HEX triplet: 8E, 62 and 69. RGB value is (142,98,105). Sum of RGB (Red+Green+Blue) = 142+98+105=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6269 is #719D96. Grayscale: #6F6F6F. Windows color (decimal): -7445911 or 6906510. OLE color: 6906510.
HSL color Cylindrical-coordinate representation of color #8E6269: hue angle of 350.45º degrees, saturation: 0.18, 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 #8E6269 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 105 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.44 |
| HSL | 350.45º | 0.18% | 0.47% | - |
| HSV(B) | 350.45º | 0.31% | 0.56% | - |
| XYZ | 18.07 | 15.51 | 15.41 | - |
| YUV | 111.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 105 | 0 | 0.31 | 0.26 | 0.44 | 350.45 | 0.18 | 0.47 |
| Hex | 8E | 62 | 69 | 0 | 1F | 1A | 2C | 15E | 12 | 2F |
| Octal | 216 | 142 | 151 | 0 | 37 | 32 | 54 | 536 | 22 | 57 |
| Binary | 10001110 | 1100010 | 1101001 | 0 | 11111 | 11010 | 101100 | 101011110 | 10010 | 101111 |
Color Harmonies of #8E6269
Complementary color
Monochromatic Colors of #8E6269
Black with #8E6269
Text Example
Text Example
White with #8E6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6269; }
p { color: rgb(142,98,105); }
H1.HeaderClassName
{
color: #8E6269;
}
.AnyTagClassName
{
color: #8E6269;
}
</style>
background-color css
<style>
a { background-color: #8E6269; }
a { background-color: rgb(142,98,105); }
div.DivClassName
{
background-color: #8E6269;
}
.BgClassName
{
background-color: #8E6269;
}
</style>
border-color css
<style>
span { border-color: #8E6269; }
span { border-color: rgb(142,98,105); }
td.TdClassName
{
border-color: #8E6269;
}
.TagClassName
{
border-color: #8E6269;
}
</style>