Shades of Mauve Taupe #8A666D
Tints of Mauve Taupe #8A666D
RGB
CMYK
RGB Variations
Color information
#8A666D (or 0x8A666D) is known color: Mauve Taupe. HEX triplet: 8A, 66 and 6D. RGB value is (138,102,109). Sum of RGB (Red+Green+Blue) = 138+102+109=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A666D is #759992. Grayscale: #717171. Windows color (decimal): -7707027 or 7169674. OLE color: 7169674.
HSL color Cylindrical-coordinate representation of color #8A666D: hue angle of 348.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A666D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 109 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.46 |
| HSL | 348.33º | 0.15% | 0.47% | - |
| HSV(B) | 348.33º | 0.26% | 0.54% | - |
| XYZ | 17.99 | 16.01 | 16.61 | - |
| YUV | 113.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 109 | 0 | 0.26 | 0.21 | 0.46 | 348.33 | 0.15 | 0.47 |
| Hex | 8A | 66 | 6D | 0 | 1A | 15 | 2E | 15C | F | 2F |
| Octal | 212 | 146 | 155 | 0 | 32 | 25 | 56 | 534 | 17 | 57 |
| Binary | 10001010 | 1100110 | 1101101 | 0 | 11010 | 10101 | 101110 | 101011100 | 1111 | 101111 |
Color Harmonies of #8A666D
Complementary color
Monochromatic Colors of #8A666D
Black with #8A666D
Text Example
Text Example
White with #8A666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A666D; }
p { color: rgb(138,102,109); }
H1.HeaderClassName
{
color: #8A666D;
}
.AnyTagClassName
{
color: #8A666D;
}
</style>
background-color css
<style>
a { background-color: #8A666D; }
a { background-color: rgb(138,102,109); }
div.DivClassName
{
background-color: #8A666D;
}
.BgClassName
{
background-color: #8A666D;
}
</style>
border-color css
<style>
span { border-color: #8A666D; }
span { border-color: rgb(138,102,109); }
td.TdClassName
{
border-color: #8A666D;
}
.TagClassName
{
border-color: #8A666D;
}
</style>