Shades of Mauve Taupe #8B6669
Tints of Mauve Taupe #8B6669
RGB
CMYK
RGB Variations
Color information
#8B6669 (or 0x8B6669) is known color: Mauve Taupe. HEX triplet: 8B, 66 and 69. RGB value is (139,102,105). Sum of RGB (Red+Green+Blue) = 139+102+105=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6669 is #749996. Grayscale: #717171. Windows color (decimal): -7641495 or 6907531. OLE color: 6907531.
HSL color Cylindrical-coordinate representation of color #8B6669: hue angle of 355.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6669 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 105 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.45 |
| HSL | 355.14º | 0.15% | 0.47% | - |
| HSV(B) | 355.14º | 0.27% | 0.55% | - |
| XYZ | 17.95 | 16.01 | 15.51 | - |
| YUV | 113.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 105 | 0 | 0.27 | 0.24 | 0.45 | 355.14 | 0.15 | 0.47 |
| Hex | 8B | 66 | 69 | 0 | 1B | 18 | 2D | 163 | F | 2F |
| Octal | 213 | 146 | 151 | 0 | 33 | 30 | 55 | 543 | 17 | 57 |
| Binary | 10001011 | 1100110 | 1101001 | 0 | 11011 | 11000 | 101101 | 101100011 | 1111 | 101111 |
Color Harmonies of #8B6669
Complementary color
Monochromatic Colors of #8B6669
Black with #8B6669
Text Example
Text Example
White with #8B6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6669; }
p { color: rgb(139,102,105); }
H1.HeaderClassName
{
color: #8B6669;
}
.AnyTagClassName
{
color: #8B6669;
}
</style>
background-color css
<style>
a { background-color: #8B6669; }
a { background-color: rgb(139,102,105); }
div.DivClassName
{
background-color: #8B6669;
}
.BgClassName
{
background-color: #8B6669;
}
</style>
border-color css
<style>
span { border-color: #8B6669; }
span { border-color: rgb(139,102,105); }
td.TdClassName
{
border-color: #8B6669;
}
.TagClassName
{
border-color: #8B6669;
}
</style>