Shades of Mauve Taupe #8B5C68
Tints of Mauve Taupe #8B5C68
RGB
CMYK
RGB Variations
Color information
#8B5C68 (or 0x8B5C68) is known color: Mauve Taupe. HEX triplet: 8B, 5C and 68. RGB value is (139,92,104). Sum of RGB (Red+Green+Blue) = 139+92+104=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C68 is #74A397. Grayscale: #6B6B6B. Windows color (decimal): -7644056 or 6839435. OLE color: 6839435.
HSL color Cylindrical-coordinate representation of color #8B5C68: hue angle of 344.68º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B5C68 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 104 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.45 |
| HSL | 344.68º | 0.2% | 0.45% | - |
| HSV(B) | 344.68º | 0.34% | 0.55% | - |
| XYZ | 16.97 | 14.14 | 14.93 | - |
| YUV | 107.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 104 | 0 | 0.34 | 0.25 | 0.45 | 344.68 | 0.2 | 0.45 |
| Hex | 8B | 5C | 68 | 0 | 22 | 19 | 2D | 159 | 14 | 2D |
| Octal | 213 | 134 | 150 | 0 | 42 | 31 | 55 | 531 | 24 | 55 |
| Binary | 10001011 | 1011100 | 1101000 | 0 | 100010 | 11001 | 101101 | 101011001 | 10100 | 101101 |
Color Harmonies of #8B5C68
Complementary color
Monochromatic Colors of #8B5C68
Black with #8B5C68
Text Example
Text Example
White with #8B5C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C68; }
p { color: rgb(139,92,104); }
H1.HeaderClassName
{
color: #8B5C68;
}
.AnyTagClassName
{
color: #8B5C68;
}
</style>
background-color css
<style>
a { background-color: #8B5C68; }
a { background-color: rgb(139,92,104); }
div.DivClassName
{
background-color: #8B5C68;
}
.BgClassName
{
background-color: #8B5C68;
}
</style>
border-color css
<style>
span { border-color: #8B5C68; }
span { border-color: rgb(139,92,104); }
td.TdClassName
{
border-color: #8B5C68;
}
.TagClassName
{
border-color: #8B5C68;
}
</style>