#8C586D

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

Shades of Mauve Taupe #8C586D

Tints of Mauve Taupe #8C586D

Color information

#8C586D (or 0x8C586D) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 58 and 6D. RGB value is (140,88,109). Sum of RGB (Red+Green+Blue) = 140+88+109=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C586D is #73A792. Grayscale: #696969. Windows color (decimal): -7579539 or 7166092. OLE color: 7166092.

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

Color convert

RGB14088109-
CMYK00.370.220.45
HSL335.77º22.81%44.71%-
HSV(B)335.77º37.14%54.9%-
XYZ17.0713.6616.21-
YUV105.94129.73152.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=41.54%
G=26.11%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408810900.370.220.45335.7722.8144.71
Hex8C586D025162D150172d
Octal21413015504526555202755
Binary100011001011000110110101001011011010110110101000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,88,109); }

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

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

 a { background-color: rgb(140,88,109); }

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

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

 span { border-color: rgb(140,88,109); }

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