#8D6575

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

Shades of Mauve Taupe #8D6575

Tints of Mauve Taupe #8D6575

Color information

#8D6575 (or 0x8D6575) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 65 and 75. RGB value is (141,101,117). Sum of RGB (Red+Green+Blue) = 141+101+117=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6575 is #729A8A. Grayscale: #727272. Windows color (decimal): -7510667 or 7693709. OLE color: 7693709.

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

Color convert

RGB141101117-
CMYK00.280.170.45
HSL336º16.53%47.45%-
HSV(B)336º28.37%55.29%-
XYZ18.8516.2518.97-
YUV114.78129.25146.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.28%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=39.28%
G=28.13%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110111700.280.170.4533616.5347.45
Hex8D657501C112D150112f
Octal21514516503421555202157
Binary10001101110010111101010111001000110110110101000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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