Shades of Mauve Taupe #8A6067
Tints of Mauve Taupe #8A6067
RGB
CMYK
RGB Variations
Color information
#8A6067 (or 0x8A6067) is known color: Mauve Taupe. HEX triplet: 8A, 60 and 67. RGB value is (138,96,103). Sum of RGB (Red+Green+Blue) = 138+96+103=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6067 is #759F98. Grayscale: #6D6D6D. Windows color (decimal): -7708569 or 6774922. OLE color: 6774922.
HSL color Cylindrical-coordinate representation of color #8A6067: hue angle of 350º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6067 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 103 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.46 |
| HSL | 350º | 0.18% | 0.46% | - |
| HSV(B) | 350º | 0.3% | 0.54% | - |
| XYZ | 17.11 | 14.75 | 14.78 | - |
| YUV | 109.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 103 | 0 | 0.30 | 0.25 | 0.46 | 350 | 0.18 | 0.46 |
| Hex | 8A | 60 | 67 | 0 | 1E | 19 | 2E | 15E | 12 | 2E |
| Octal | 212 | 140 | 147 | 0 | 36 | 31 | 56 | 536 | 22 | 56 |
| Binary | 10001010 | 1100000 | 1100111 | 0 | 11110 | 11001 | 101110 | 101011110 | 10010 | 101110 |
Color Harmonies of #8A6067
Complementary color
Monochromatic Colors of #8A6067
Black with #8A6067
Text Example
Text Example
White with #8A6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6067; }
p { color: rgb(138,96,103); }
H1.HeaderClassName
{
color: #8A6067;
}
.AnyTagClassName
{
color: #8A6067;
}
</style>
background-color css
<style>
a { background-color: #8A6067; }
a { background-color: rgb(138,96,103); }
div.DivClassName
{
background-color: #8A6067;
}
.BgClassName
{
background-color: #8A6067;
}
</style>
border-color css
<style>
span { border-color: #8A6067; }
span { border-color: rgb(138,96,103); }
td.TdClassName
{
border-color: #8A6067;
}
.TagClassName
{
border-color: #8A6067;
}
</style>