Shades of Mauve Taupe #8A6368
Tints of Mauve Taupe #8A6368
RGB
CMYK
RGB Variations
Color information
#8A6368 (or 0x8A6368) is known color: Mauve Taupe. HEX triplet: 8A, 63 and 68. RGB value is (138,99,104). Sum of RGB (Red+Green+Blue) = 138+99+104=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6368 is #759C97. Grayscale: #6F6F6F. Windows color (decimal): -7707800 or 6841226. OLE color: 6841226.
HSL color Cylindrical-coordinate representation of color #8A6368: hue angle of 352.31º 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 #8A6368 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 104 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.46 |
| HSL | 352.31º | 0.16% | 0.46% | - |
| HSV(B) | 352.31º | 0.28% | 0.54% | - |
| XYZ | 17.44 | 15.33 | 15.14 | - |
| YUV | 111.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 104 | 0 | 0.28 | 0.25 | 0.46 | 352.31 | 0.16 | 0.46 |
| Hex | 8A | 63 | 68 | 0 | 1C | 19 | 2E | 160 | 10 | 2E |
| Octal | 212 | 143 | 150 | 0 | 34 | 31 | 56 | 540 | 20 | 56 |
| Binary | 10001010 | 1100011 | 1101000 | 0 | 11100 | 11001 | 101110 | 101100000 | 10000 | 101110 |
Color Harmonies of #8A6368
Complementary color
Monochromatic Colors of #8A6368
Black with #8A6368
Text Example
Text Example
White with #8A6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6368; }
p { color: rgb(138,99,104); }
H1.HeaderClassName
{
color: #8A6368;
}
.AnyTagClassName
{
color: #8A6368;
}
</style>
background-color css
<style>
a { background-color: #8A6368; }
a { background-color: rgb(138,99,104); }
div.DivClassName
{
background-color: #8A6368;
}
.BgClassName
{
background-color: #8A6368;
}
</style>
border-color css
<style>
span { border-color: #8A6368; }
span { border-color: rgb(138,99,104); }
td.TdClassName
{
border-color: #8A6368;
}
.TagClassName
{
border-color: #8A6368;
}
</style>