Shades of Mauve Taupe #8B5E68
Tints of Mauve Taupe #8B5E68
RGB
CMYK
RGB Variations
Color information
#8B5E68 (or 0x8B5E68) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 68. RGB value is (139,94,104). Sum of RGB (Red+Green+Blue) = 139+94+104=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E68 is #74A197. Grayscale: #6C6C6C. Windows color (decimal): -7643544 or 6839947. OLE color: 6839947.
HSL color Cylindrical-coordinate representation of color #8B5E68: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E68 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 104 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.45 |
| HSL | 346.67º | 0.19% | 0.46% | - |
| HSV(B) | 346.67º | 0.32% | 0.55% | - |
| XYZ | 17.15 | 14.49 | 14.99 | - |
| YUV | 108.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 104 | 0 | 0.32 | 0.25 | 0.45 | 346.67 | 0.19 | 0.46 |
| Hex | 8B | 5E | 68 | 0 | 20 | 19 | 2D | 15B | 13 | 2E |
| Octal | 213 | 136 | 150 | 0 | 40 | 31 | 55 | 533 | 23 | 56 |
| Binary | 10001011 | 1011110 | 1101000 | 0 | 100000 | 11001 | 101101 | 101011011 | 10011 | 101110 |
Color Harmonies of #8B5E68
Complementary color
Monochromatic Colors of #8B5E68
Black with #8B5E68
Text Example
Text Example
White with #8B5E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E68; }
p { color: rgb(139,94,104); }
H1.HeaderClassName
{
color: #8B5E68;
}
.AnyTagClassName
{
color: #8B5E68;
}
</style>
background-color css
<style>
a { background-color: #8B5E68; }
a { background-color: rgb(139,94,104); }
div.DivClassName
{
background-color: #8B5E68;
}
.BgClassName
{
background-color: #8B5E68;
}
</style>
border-color css
<style>
span { border-color: #8B5E68; }
span { border-color: rgb(139,94,104); }
td.TdClassName
{
border-color: #8B5E68;
}
.TagClassName
{
border-color: #8B5E68;
}
</style>