Shades of Mauve Taupe #8A6568
Tints of Mauve Taupe #8A6568
RGB
CMYK
RGB Variations
Color information
#8A6568 (or 0x8A6568) is known color: Mauve Taupe. HEX triplet: 8A, 65 and 68. RGB value is (138,101,104). Sum of RGB (Red+Green+Blue) = 138+101+104=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6568 is #759A97. Grayscale: #707070. Windows color (decimal): -7707288 or 6841738. OLE color: 6841738.
HSL color Cylindrical-coordinate representation of color #8A6568: hue angle of 355.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A6568 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 104 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.46 |
| HSL | 355.14º | 0.15% | 0.47% | - |
| HSV(B) | 355.14º | 0.27% | 0.54% | - |
| XYZ | 17.63 | 15.71 | 15.2 | - |
| YUV | 112.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 104 | 0 | 0.27 | 0.25 | 0.46 | 355.14 | 0.15 | 0.47 |
| Hex | 8A | 65 | 68 | 0 | 1B | 19 | 2E | 163 | F | 2F |
| Octal | 212 | 145 | 150 | 0 | 33 | 31 | 56 | 543 | 17 | 57 |
| Binary | 10001010 | 1100101 | 1101000 | 0 | 11011 | 11001 | 101110 | 101100011 | 1111 | 101111 |
Color Harmonies of #8A6568
Complementary color
Monochromatic Colors of #8A6568
Black with #8A6568
Text Example
Text Example
White with #8A6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6568; }
p { color: rgb(138,101,104); }
H1.HeaderClassName
{
color: #8A6568;
}
.AnyTagClassName
{
color: #8A6568;
}
</style>
background-color css
<style>
a { background-color: #8A6568; }
a { background-color: rgb(138,101,104); }
div.DivClassName
{
background-color: #8A6568;
}
.BgClassName
{
background-color: #8A6568;
}
</style>
border-color css
<style>
span { border-color: #8A6568; }
span { border-color: rgb(138,101,104); }
td.TdClassName
{
border-color: #8A6568;
}
.TagClassName
{
border-color: #8A6568;
}
</style>