Shades of Mauve Taupe #8B5A68
Tints of Mauve Taupe #8B5A68
RGB
CMYK
RGB Variations
Color information
#8B5A68 (or 0x8B5A68) is known color: Mauve Taupe. HEX triplet: 8B, 5A and 68. RGB value is (139,90,104). Sum of RGB (Red+Green+Blue) = 139+90+104=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A68 is #74A597. Grayscale: #6A6A6A. Windows color (decimal): -7644568 or 6838923. OLE color: 6838923.
HSL color Cylindrical-coordinate representation of color #8B5A68: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A68 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 104 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.45 |
| HSL | 342.86º | 0.21% | 0.45% | - |
| HSV(B) | 342.86º | 0.35% | 0.55% | - |
| XYZ | 16.8 | 13.8 | 14.87 | - |
| YUV | 106.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 104 | 0 | 0.35 | 0.25 | 0.45 | 342.86 | 0.21 | 0.45 |
| Hex | 8B | 5A | 68 | 0 | 23 | 19 | 2D | 157 | 15 | 2D |
| Octal | 213 | 132 | 150 | 0 | 43 | 31 | 55 | 527 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1101000 | 0 | 100011 | 11001 | 101101 | 101010111 | 10101 | 101101 |
Color Harmonies of #8B5A68
Complementary color
Monochromatic Colors of #8B5A68
Black with #8B5A68
Text Example
Text Example
White with #8B5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A68; }
p { color: rgb(139,90,104); }
H1.HeaderClassName
{
color: #8B5A68;
}
.AnyTagClassName
{
color: #8B5A68;
}
</style>
background-color css
<style>
a { background-color: #8B5A68; }
a { background-color: rgb(139,90,104); }
div.DivClassName
{
background-color: #8B5A68;
}
.BgClassName
{
background-color: #8B5A68;
}
</style>
border-color css
<style>
span { border-color: #8B5A68; }
span { border-color: rgb(139,90,104); }
td.TdClassName
{
border-color: #8B5A68;
}
.TagClassName
{
border-color: #8B5A68;
}
</style>