Shades of Mauve Taupe #8A6367
Tints of Mauve Taupe #8A6367
RGB
CMYK
RGB Variations
Color information
#8A6367 (or 0x8A6367) is known color: Mauve Taupe. HEX triplet: 8A, 63 and 67. RGB value is (138,99,103). Sum of RGB (Red+Green+Blue) = 138+99+103=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6367 is #759C98. Grayscale: #6F6F6F. Windows color (decimal): -7707801 or 6775690. OLE color: 6775690.
HSL color Cylindrical-coordinate representation of color #8A6367: hue angle of 353.85º 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 #8A6367 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 103 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.46 |
| HSL | 353.85º | 0.16% | 0.46% | - |
| HSV(B) | 353.85º | 0.28% | 0.54% | - |
| XYZ | 17.39 | 15.31 | 14.87 | - |
| YUV | 111.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 103 | 0 | 0.28 | 0.25 | 0.46 | 353.85 | 0.16 | 0.46 |
| Hex | 8A | 63 | 67 | 0 | 1C | 19 | 2E | 162 | 10 | 2E |
| Octal | 212 | 143 | 147 | 0 | 34 | 31 | 56 | 542 | 20 | 56 |
| Binary | 10001010 | 1100011 | 1100111 | 0 | 11100 | 11001 | 101110 | 101100010 | 10000 | 101110 |
Color Harmonies of #8A6367
Complementary color
Monochromatic Colors of #8A6367
Black with #8A6367
Text Example
Text Example
White with #8A6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6367; }
p { color: rgb(138,99,103); }
H1.HeaderClassName
{
color: #8A6367;
}
.AnyTagClassName
{
color: #8A6367;
}
</style>
background-color css
<style>
a { background-color: #8A6367; }
a { background-color: rgb(138,99,103); }
div.DivClassName
{
background-color: #8A6367;
}
.BgClassName
{
background-color: #8A6367;
}
</style>
border-color css
<style>
span { border-color: #8A6367; }
span { border-color: rgb(138,99,103); }
td.TdClassName
{
border-color: #8A6367;
}
.TagClassName
{
border-color: #8A6367;
}
</style>