Shades of Mauve Taupe #8A646A
Tints of Mauve Taupe #8A646A
RGB
CMYK
RGB Variations
Color information
#8A646A (or 0x8A646A) is known color: Mauve Taupe. HEX triplet: 8A, 64 and 6A. RGB value is (138,100,106). Sum of RGB (Red+Green+Blue) = 138+100+106=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A646A is #759B95. Grayscale: #707070. Windows color (decimal): -7707542 or 6972554. OLE color: 6972554.
HSL color Cylindrical-coordinate representation of color #8A646A: hue angle of 350.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A646A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 106 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.46 |
| HSL | 350.53º | 0.16% | 0.47% | - |
| HSV(B) | 350.53º | 0.28% | 0.54% | - |
| XYZ | 17.64 | 15.56 | 15.71 | - |
| YUV | 112.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 106 | 0 | 0.28 | 0.23 | 0.46 | 350.53 | 0.16 | 0.47 |
| Hex | 8A | 64 | 6A | 0 | 1C | 17 | 2E | 15F | 10 | 2F |
| Octal | 212 | 144 | 152 | 0 | 34 | 27 | 56 | 537 | 20 | 57 |
| Binary | 10001010 | 1100100 | 1101010 | 0 | 11100 | 10111 | 101110 | 101011111 | 10000 | 101111 |
Color Harmonies of #8A646A
Complementary color
Monochromatic Colors of #8A646A
Black with #8A646A
Text Example
Text Example
White with #8A646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A646A; }
p { color: rgb(138,100,106); }
H1.HeaderClassName
{
color: #8A646A;
}
.AnyTagClassName
{
color: #8A646A;
}
</style>
background-color css
<style>
a { background-color: #8A646A; }
a { background-color: rgb(138,100,106); }
div.DivClassName
{
background-color: #8A646A;
}
.BgClassName
{
background-color: #8A646A;
}
</style>
border-color css
<style>
span { border-color: #8A646A; }
span { border-color: rgb(138,100,106); }
td.TdClassName
{
border-color: #8A646A;
}
.TagClassName
{
border-color: #8A646A;
}
</style>