Shades of Mauve Taupe #8B6269
Tints of Mauve Taupe #8B6269
RGB
CMYK
RGB Variations
Color information
#8B6269 (or 0x8B6269) is known color: Mauve Taupe. HEX triplet: 8B, 62 and 69. RGB value is (139,98,105). Sum of RGB (Red+Green+Blue) = 139+98+105=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6269 is #749D96. Grayscale: #6F6F6F. Windows color (decimal): -7642519 or 6906507. OLE color: 6906507.
HSL color Cylindrical-coordinate representation of color #8B6269: hue angle of 349.76º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6269 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 105 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.45 |
| HSL | 349.76º | 0.17% | 0.46% | - |
| HSV(B) | 349.76º | 0.29% | 0.55% | - |
| XYZ | 17.56 | 15.24 | 15.38 | - |
| YUV | 111.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 105 | 0 | 0.29 | 0.24 | 0.45 | 349.76 | 0.17 | 0.46 |
| Hex | 8B | 62 | 69 | 0 | 1D | 18 | 2D | 15E | 11 | 2E |
| Octal | 213 | 142 | 151 | 0 | 35 | 30 | 55 | 536 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1101001 | 0 | 11101 | 11000 | 101101 | 101011110 | 10001 | 101110 |
Color Harmonies of #8B6269
Complementary color
Monochromatic Colors of #8B6269
Black with #8B6269
Text Example
Text Example
White with #8B6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6269; }
p { color: rgb(139,98,105); }
H1.HeaderClassName
{
color: #8B6269;
}
.AnyTagClassName
{
color: #8B6269;
}
</style>
background-color css
<style>
a { background-color: #8B6269; }
a { background-color: rgb(139,98,105); }
div.DivClassName
{
background-color: #8B6269;
}
.BgClassName
{
background-color: #8B6269;
}
</style>
border-color css
<style>
span { border-color: #8B6269; }
span { border-color: rgb(139,98,105); }
td.TdClassName
{
border-color: #8B6269;
}
.TagClassName
{
border-color: #8B6269;
}
</style>