Shades of Mauve Taupe #8A6365
Tints of Mauve Taupe #8A6365
RGB
CMYK
RGB Variations
Color information
#8A6365 (or 0x8A6365) is known color: Mauve Taupe. HEX triplet: 8A, 63 and 65. RGB value is (138,99,101). Sum of RGB (Red+Green+Blue) = 138+99+101=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6365 is #759C9A. Grayscale: #6E6E6E. Windows color (decimal): -7707803 or 6644618. OLE color: 6644618.
HSL color Cylindrical-coordinate representation of color #8A6365: hue angle of 356.92º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6365 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 101 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.46 |
| HSL | 356.92º | 0.16% | 0.46% | - |
| HSV(B) | 356.92º | 0.28% | 0.54% | - |
| XYZ | 17.29 | 15.27 | 14.35 | - |
| YUV | 110.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 101 | 0 | 0.28 | 0.27 | 0.46 | 356.92 | 0.16 | 0.46 |
| Hex | 8A | 63 | 65 | 0 | 1C | 1B | 2E | 165 | 10 | 2E |
| Octal | 212 | 143 | 145 | 0 | 34 | 33 | 56 | 545 | 20 | 56 |
| Binary | 10001010 | 1100011 | 1100101 | 0 | 11100 | 11011 | 101110 | 101100101 | 10000 | 101110 |
Color Harmonies of #8A6365
Complementary color
Monochromatic Colors of #8A6365
Black with #8A6365
Text Example
Text Example
White with #8A6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6365; }
p { color: rgb(138,99,101); }
H1.HeaderClassName
{
color: #8A6365;
}
.AnyTagClassName
{
color: #8A6365;
}
</style>
background-color css
<style>
a { background-color: #8A6365; }
a { background-color: rgb(138,99,101); }
div.DivClassName
{
background-color: #8A6365;
}
.BgClassName
{
background-color: #8A6365;
}
</style>
border-color css
<style>
span { border-color: #8A6365; }
span { border-color: rgb(138,99,101); }
td.TdClassName
{
border-color: #8A6365;
}
.TagClassName
{
border-color: #8A6365;
}
</style>