#8D6975

Color #8D6975 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8D6975

Tints of Mauve Taupe #8D6975

Color information

#8D6975 (or 0x8D6975) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 69 and 75. RGB value is (141,105,117). Sum of RGB (Red+Green+Blue) = 141+105+117=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6975 is #72968A. Grayscale: #757575. Windows color (decimal): -7509643 or 7694733. OLE color: 7694733.

HSL color Cylindrical-coordinate representation of color #8D6975: hue angle of 340º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D6975 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB141105117-
CMYK00.260.170.45
HSL340º14.63%48.24%-
HSV(B)340º25.53%55.29%-
XYZ19.2517.0519.11-
YUV117.13127.93145.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=38.84%
G=28.93%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110511700.260.170.4534014.6348.24
Hex8D697501A112D154f30
Octal21515116503221555241760
Binary1000110111010011110101011010100011011011010101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6975; }

 p { color: rgb(141,105,117); }

 H1.HeaderClassName
 {
   color: #8D6975;
 }
 .AnyTagClassName
 {
   color: #8D6975;
 }
</style>
background-color css

<style>
 a { background-color: #8D6975; }

 a { background-color: rgb(141,105,117); }

 div.DivClassName
 {
   background-color: #8D6975;
 }
 .BgClassName
 {
   background-color: #8D6975;
 }
</style>
border-color css

<style>
 span { border-color: #8D6975; }

 span { border-color: rgb(141,105,117); }

 td.TdClassName
 {
   border-color: #8D6975;
 }
 .TagClassName
 {
   border-color: #8D6975;
 }
</style>