Shades of Mauve Taupe #8A606E
Tints of Mauve Taupe #8A606E
RGB
CMYK
RGB Variations
Color information
#8A606E (or 0x8A606E) is known color: Mauve Taupe. HEX triplet: 8A, 60 and 6E. RGB value is (138,96,110). Sum of RGB (Red+Green+Blue) = 138+96+110=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A606E is #759F91. Grayscale: #6E6E6E. Windows color (decimal): -7708562 or 7233674. OLE color: 7233674.
HSL color Cylindrical-coordinate representation of color #8A606E: hue angle of 340º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A606E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 110 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.46 |
| HSL | 340º | 0.18% | 0.46% | - |
| HSV(B) | 340º | 0.3% | 0.54% | - |
| XYZ | 17.48 | 14.89 | 16.71 | - |
| YUV | 110.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 110 | 0 | 0.30 | 0.20 | 0.46 | 340 | 0.18 | 0.46 |
| Hex | 8A | 60 | 6E | 0 | 1E | 14 | 2E | 154 | 12 | 2E |
| Octal | 212 | 140 | 156 | 0 | 36 | 24 | 56 | 524 | 22 | 56 |
| Binary | 10001010 | 1100000 | 1101110 | 0 | 11110 | 10100 | 101110 | 101010100 | 10010 | 101110 |
Color Harmonies of #8A606E
Complementary color
Monochromatic Colors of #8A606E
Black with #8A606E
Text Example
Text Example
White with #8A606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A606E; }
p { color: rgb(138,96,110); }
H1.HeaderClassName
{
color: #8A606E;
}
.AnyTagClassName
{
color: #8A606E;
}
</style>
background-color css
<style>
a { background-color: #8A606E; }
a { background-color: rgb(138,96,110); }
div.DivClassName
{
background-color: #8A606E;
}
.BgClassName
{
background-color: #8A606E;
}
</style>
border-color css
<style>
span { border-color: #8A606E; }
span { border-color: rgb(138,96,110); }
td.TdClassName
{
border-color: #8A606E;
}
.TagClassName
{
border-color: #8A606E;
}
</style>