Shades of Mauve Taupe #8B5C66
Tints of Mauve Taupe #8B5C66
RGB
CMYK
RGB Variations
Color information
#8B5C66 (or 0x8B5C66) is known color: Mauve Taupe. HEX triplet: 8B, 5C and 66. RGB value is (139,92,102). Sum of RGB (Red+Green+Blue) = 139+92+102=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C66 is #74A399. Grayscale: #6B6B6B. Windows color (decimal): -7644058 or 6708363. OLE color: 6708363.
HSL color Cylindrical-coordinate representation of color #8B5C66: hue angle of 347.23º 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 #8B5C66 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 102 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.45 |
| HSL | 347.23º | 0.2% | 0.45% | - |
| HSV(B) | 347.23º | 0.34% | 0.55% | - |
| XYZ | 16.87 | 14.1 | 14.4 | - |
| YUV | 107.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 102 | 0 | 0.34 | 0.27 | 0.45 | 347.23 | 0.2 | 0.45 |
| Hex | 8B | 5C | 66 | 0 | 22 | 1B | 2D | 15B | 14 | 2D |
| Octal | 213 | 134 | 146 | 0 | 42 | 33 | 55 | 533 | 24 | 55 |
| Binary | 10001011 | 1011100 | 1100110 | 0 | 100010 | 11011 | 101101 | 101011011 | 10100 | 101101 |
Color Harmonies of #8B5C66
Complementary color
Monochromatic Colors of #8B5C66
Black with #8B5C66
Text Example
Text Example
White with #8B5C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C66; }
p { color: rgb(139,92,102); }
H1.HeaderClassName
{
color: #8B5C66;
}
.AnyTagClassName
{
color: #8B5C66;
}
</style>
background-color css
<style>
a { background-color: #8B5C66; }
a { background-color: rgb(139,92,102); }
div.DivClassName
{
background-color: #8B5C66;
}
.BgClassName
{
background-color: #8B5C66;
}
</style>
border-color css
<style>
span { border-color: #8B5C66; }
span { border-color: rgb(139,92,102); }
td.TdClassName
{
border-color: #8B5C66;
}
.TagClassName
{
border-color: #8B5C66;
}
</style>