Shades of Mauve Taupe #8C6669
Tints of Mauve Taupe #8C6669
RGB
CMYK
RGB Variations
Color information
#8C6669 (or 0x8C6669) is known color: Mauve Taupe. HEX triplet: 8C, 66 and 69. RGB value is (140,102,105). Sum of RGB (Red+Green+Blue) = 140+102+105=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6669 is #739996. Grayscale: #717171. Windows color (decimal): -7575959 or 6907532. OLE color: 6907532.
HSL color Cylindrical-coordinate representation of color #8C6669: hue angle of 355.26º degrees, saturation: 0.16, 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 #8C6669 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 105 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.45 |
| HSL | 355.26º | 0.16% | 0.47% | - |
| HSV(B) | 355.26º | 0.27% | 0.55% | - |
| XYZ | 18.12 | 16.1 | 15.52 | - |
| YUV | 113.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 105 | 0 | 0.27 | 0.25 | 0.45 | 355.26 | 0.16 | 0.47 |
| Hex | 8C | 66 | 69 | 0 | 1B | 19 | 2D | 163 | 10 | 2F |
| Octal | 214 | 146 | 151 | 0 | 33 | 31 | 55 | 543 | 20 | 57 |
| Binary | 10001100 | 1100110 | 1101001 | 0 | 11011 | 11001 | 101101 | 101100011 | 10000 | 101111 |
Color Harmonies of #8C6669
Complementary color
Monochromatic Colors of #8C6669
Black with #8C6669
Text Example
Text Example
White with #8C6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6669; }
p { color: rgb(140,102,105); }
H1.HeaderClassName
{
color: #8C6669;
}
.AnyTagClassName
{
color: #8C6669;
}
</style>
background-color css
<style>
a { background-color: #8C6669; }
a { background-color: rgb(140,102,105); }
div.DivClassName
{
background-color: #8C6669;
}
.BgClassName
{
background-color: #8C6669;
}
</style>
border-color css
<style>
span { border-color: #8C6669; }
span { border-color: rgb(140,102,105); }
td.TdClassName
{
border-color: #8C6669;
}
.TagClassName
{
border-color: #8C6669;
}
</style>