Shades of Mauve Taupe #8B6369
Tints of Mauve Taupe #8B6369
RGB
CMYK
RGB Variations
Color information
#8B6369 (or 0x8B6369) is known color: Mauve Taupe. HEX triplet: 8B, 63 and 69. RGB value is (139,99,105). Sum of RGB (Red+Green+Blue) = 139+99+105=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6369 is #749C96. Grayscale: #6F6F6F. Windows color (decimal): -7642263 or 6906763. OLE color: 6906763.
HSL color Cylindrical-coordinate representation of color #8B6369: hue angle of 351º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6369 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 105 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.45 |
| HSL | 351º | 0.17% | 0.47% | - |
| HSV(B) | 351º | 0.29% | 0.55% | - |
| XYZ | 17.66 | 15.43 | 15.41 | - |
| YUV | 111.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 105 | 0 | 0.29 | 0.24 | 0.45 | 351 | 0.17 | 0.47 |
| Hex | 8B | 63 | 69 | 0 | 1D | 18 | 2D | 15F | 11 | 2F |
| Octal | 213 | 143 | 151 | 0 | 35 | 30 | 55 | 537 | 21 | 57 |
| Binary | 10001011 | 1100011 | 1101001 | 0 | 11101 | 11000 | 101101 | 101011111 | 10001 | 101111 |
Color Harmonies of #8B6369
Complementary color
Monochromatic Colors of #8B6369
Black with #8B6369
Text Example
Text Example
White with #8B6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6369; }
p { color: rgb(139,99,105); }
H1.HeaderClassName
{
color: #8B6369;
}
.AnyTagClassName
{
color: #8B6369;
}
</style>
background-color css
<style>
a { background-color: #8B6369; }
a { background-color: rgb(139,99,105); }
div.DivClassName
{
background-color: #8B6369;
}
.BgClassName
{
background-color: #8B6369;
}
</style>
border-color css
<style>
span { border-color: #8B6369; }
span { border-color: rgb(139,99,105); }
td.TdClassName
{
border-color: #8B6369;
}
.TagClassName
{
border-color: #8B6369;
}
</style>