#8C586E

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

Shades of Mauve Taupe #8C586E

Tints of Mauve Taupe #8C586E

Color information

#8C586E (or 0x8C586E) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 58 and 6E. RGB value is (140,88,110). Sum of RGB (Red+Green+Blue) = 140+88+110=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C586E is #73A791. Grayscale: #6A6A6A. Windows color (decimal): -7579538 or 7231628. OLE color: 7231628.

HSL color Cylindrical-coordinate representation of color #8C586E: hue angle of 334.62º 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 #8C586E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14088110-
CMYK00.370.210.45
HSL334.62º22.81%44.71%-
HSV(B)334.62º37.14%54.9%-
XYZ17.1213.6816.49-
YUV106.06130.23152.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=41.42%
G=26.04%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408811000.370.210.45334.6222.8144.71
Hex8C586E025152D14f172d
Octal21413015604525555172755
Binary100011001011000110111001001011010110110110100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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