Shades of Mauve Taupe #8A6669
Tints of Mauve Taupe #8A6669
RGB
CMYK
RGB Variations
Color information
#8A6669 (or 0x8A6669) is known color: Mauve Taupe. HEX triplet: 8A, 66 and 69. RGB value is (138,102,105). Sum of RGB (Red+Green+Blue) = 138+102+105=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6669 is #759996. Grayscale: #717171. Windows color (decimal): -7707031 or 6907530. OLE color: 6907530.
HSL color Cylindrical-coordinate representation of color #8A6669: hue angle of 355º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A6669 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 105 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.46 |
| HSL | 355º | 0.15% | 0.47% | - |
| HSV(B) | 355º | 0.26% | 0.54% | - |
| XYZ | 17.78 | 15.93 | 15.5 | - |
| YUV | 113.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 105 | 0 | 0.26 | 0.24 | 0.46 | 355 | 0.15 | 0.47 |
| Hex | 8A | 66 | 69 | 0 | 1A | 18 | 2E | 163 | F | 2F |
| Octal | 212 | 146 | 151 | 0 | 32 | 30 | 56 | 543 | 17 | 57 |
| Binary | 10001010 | 1100110 | 1101001 | 0 | 11010 | 11000 | 101110 | 101100011 | 1111 | 101111 |
Color Harmonies of #8A6669
Complementary color
Monochromatic Colors of #8A6669
Black with #8A6669
Text Example
Text Example
White with #8A6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6669; }
p { color: rgb(138,102,105); }
H1.HeaderClassName
{
color: #8A6669;
}
.AnyTagClassName
{
color: #8A6669;
}
</style>
background-color css
<style>
a { background-color: #8A6669; }
a { background-color: rgb(138,102,105); }
div.DivClassName
{
background-color: #8A6669;
}
.BgClassName
{
background-color: #8A6669;
}
</style>
border-color css
<style>
span { border-color: #8A6669; }
span { border-color: rgb(138,102,105); }
td.TdClassName
{
border-color: #8A6669;
}
.TagClassName
{
border-color: #8A6669;
}
</style>