Shades of Mauve Taupe #8B5B68
Tints of Mauve Taupe #8B5B68
RGB
CMYK
RGB Variations
Color information
#8B5B68 (or 0x8B5B68) is known color: Mauve Taupe. HEX triplet: 8B, 5B and 68. RGB value is (139,91,104). Sum of RGB (Red+Green+Blue) = 139+91+104=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B68 is #74A497. Grayscale: #6A6A6A. Windows color (decimal): -7644312 or 6839179. OLE color: 6839179.
HSL color Cylindrical-coordinate representation of color #8B5B68: hue angle of 343.75º 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 #8B5B68 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 104 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.45 |
| HSL | 343.75º | 0.21% | 0.45% | - |
| HSV(B) | 343.75º | 0.35% | 0.55% | - |
| XYZ | 16.89 | 13.97 | 14.9 | - |
| YUV | 106.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 104 | 0 | 0.35 | 0.25 | 0.45 | 343.75 | 0.21 | 0.45 |
| Hex | 8B | 5B | 68 | 0 | 23 | 19 | 2D | 158 | 15 | 2D |
| Octal | 213 | 133 | 150 | 0 | 43 | 31 | 55 | 530 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1101000 | 0 | 100011 | 11001 | 101101 | 101011000 | 10101 | 101101 |
Color Harmonies of #8B5B68
Complementary color
Monochromatic Colors of #8B5B68
Black with #8B5B68
Text Example
Text Example
White with #8B5B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B68; }
p { color: rgb(139,91,104); }
H1.HeaderClassName
{
color: #8B5B68;
}
.AnyTagClassName
{
color: #8B5B68;
}
</style>
background-color css
<style>
a { background-color: #8B5B68; }
a { background-color: rgb(139,91,104); }
div.DivClassName
{
background-color: #8B5B68;
}
.BgClassName
{
background-color: #8B5B68;
}
</style>
border-color css
<style>
span { border-color: #8B5B68; }
span { border-color: rgb(139,91,104); }
td.TdClassName
{
border-color: #8B5B68;
}
.TagClassName
{
border-color: #8B5B68;
}
</style>