Shades of Mauve Taupe #8A606D
Tints of Mauve Taupe #8A606D
RGB
CMYK
RGB Variations
Color information
#8A606D (or 0x8A606D) is known color: Mauve Taupe. HEX triplet: 8A, 60 and 6D. RGB value is (138,96,109). Sum of RGB (Red+Green+Blue) = 138+96+109=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A606D is #759F92. Grayscale: #6E6E6E. Windows color (decimal): -7708563 or 7168138. OLE color: 7168138.
HSL color Cylindrical-coordinate representation of color #8A606D: hue angle of 341.43º 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 #8A606D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 109 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.46 |
| HSL | 341.43º | 0.18% | 0.46% | - |
| HSV(B) | 341.43º | 0.3% | 0.54% | - |
| XYZ | 17.42 | 14.87 | 16.42 | - |
| YUV | 110.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 109 | 0 | 0.30 | 0.21 | 0.46 | 341.43 | 0.18 | 0.46 |
| Hex | 8A | 60 | 6D | 0 | 1E | 15 | 2E | 155 | 12 | 2E |
| Octal | 212 | 140 | 155 | 0 | 36 | 25 | 56 | 525 | 22 | 56 |
| Binary | 10001010 | 1100000 | 1101101 | 0 | 11110 | 10101 | 101110 | 101010101 | 10010 | 101110 |
Color Harmonies of #8A606D
Complementary color
Monochromatic Colors of #8A606D
Black with #8A606D
Text Example
Text Example
White with #8A606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A606D; }
p { color: rgb(138,96,109); }
H1.HeaderClassName
{
color: #8A606D;
}
.AnyTagClassName
{
color: #8A606D;
}
</style>
background-color css
<style>
a { background-color: #8A606D; }
a { background-color: rgb(138,96,109); }
div.DivClassName
{
background-color: #8A606D;
}
.BgClassName
{
background-color: #8A606D;
}
</style>
border-color css
<style>
span { border-color: #8A606D; }
span { border-color: rgb(138,96,109); }
td.TdClassName
{
border-color: #8A606D;
}
.TagClassName
{
border-color: #8A606D;
}
</style>