Shades of Mauve Taupe #8A646B
Tints of Mauve Taupe #8A646B
RGB
CMYK
RGB Variations
Color information
#8A646B (or 0x8A646B) is known color: Mauve Taupe. HEX triplet: 8A, 64 and 6B. RGB value is (138,100,107). Sum of RGB (Red+Green+Blue) = 138+100+107=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A646B is #759B94. Grayscale: #707070. Windows color (decimal): -7707541 or 7038090. OLE color: 7038090.
HSL color Cylindrical-coordinate representation of color #8A646B: hue angle of 348.95º 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 #8A646B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 107 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.46 |
| HSL | 348.95º | 0.16% | 0.47% | - |
| HSV(B) | 348.95º | 0.28% | 0.54% | - |
| XYZ | 17.69 | 15.58 | 15.98 | - |
| YUV | 112.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 107 | 0 | 0.28 | 0.22 | 0.46 | 348.95 | 0.16 | 0.47 |
| Hex | 8A | 64 | 6B | 0 | 1C | 16 | 2E | 15D | 10 | 2F |
| Octal | 212 | 144 | 153 | 0 | 34 | 26 | 56 | 535 | 20 | 57 |
| Binary | 10001010 | 1100100 | 1101011 | 0 | 11100 | 10110 | 101110 | 101011101 | 10000 | 101111 |
Color Harmonies of #8A646B
Complementary color
Monochromatic Colors of #8A646B
Black with #8A646B
Text Example
Text Example
White with #8A646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A646B; }
p { color: rgb(138,100,107); }
H1.HeaderClassName
{
color: #8A646B;
}
.AnyTagClassName
{
color: #8A646B;
}
</style>
background-color css
<style>
a { background-color: #8A646B; }
a { background-color: rgb(138,100,107); }
div.DivClassName
{
background-color: #8A646B;
}
.BgClassName
{
background-color: #8A646B;
}
</style>
border-color css
<style>
span { border-color: #8A646B; }
span { border-color: rgb(138,100,107); }
td.TdClassName
{
border-color: #8A646B;
}
.TagClassName
{
border-color: #8A646B;
}
</style>