Shades of Mauve Taupe #8B5C6B
Tints of Mauve Taupe #8B5C6B
RGB
CMYK
RGB Variations
Color information
#8B5C6B (or 0x8B5C6B) is known color: Mauve Taupe. HEX triplet: 8B, 5C and 6B. RGB value is (139,92,107). Sum of RGB (Red+Green+Blue) = 139+92+107=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C6B is #74A394. Grayscale: #6B6B6B. Windows color (decimal): -7644053 or 7036043. OLE color: 7036043.
HSL color Cylindrical-coordinate representation of color #8B5C6B: hue angle of 340.85º 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 #8B5C6B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 107 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.45 |
| HSL | 340.85º | 0.2% | 0.45% | - |
| HSV(B) | 340.85º | 0.34% | 0.55% | - |
| XYZ | 17.13 | 14.2 | 15.75 | - |
| YUV | 107.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 107 | 0 | 0.34 | 0.23 | 0.45 | 340.85 | 0.2 | 0.45 |
| Hex | 8B | 5C | 6B | 0 | 22 | 17 | 2D | 155 | 14 | 2D |
| Octal | 213 | 134 | 153 | 0 | 42 | 27 | 55 | 525 | 24 | 55 |
| Binary | 10001011 | 1011100 | 1101011 | 0 | 100010 | 10111 | 101101 | 101010101 | 10100 | 101101 |
Color Harmonies of #8B5C6B
Complementary color
Monochromatic Colors of #8B5C6B
Black with #8B5C6B
Text Example
Text Example
White with #8B5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C6B; }
p { color: rgb(139,92,107); }
H1.HeaderClassName
{
color: #8B5C6B;
}
.AnyTagClassName
{
color: #8B5C6B;
}
</style>
background-color css
<style>
a { background-color: #8B5C6B; }
a { background-color: rgb(139,92,107); }
div.DivClassName
{
background-color: #8B5C6B;
}
.BgClassName
{
background-color: #8B5C6B;
}
</style>
border-color css
<style>
span { border-color: #8B5C6B; }
span { border-color: rgb(139,92,107); }
td.TdClassName
{
border-color: #8B5C6B;
}
.TagClassName
{
border-color: #8B5C6B;
}
</style>