#8C586F

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

Shades of Mauve Taupe #8C586F

Tints of Mauve Taupe #8C586F

Color information

#8C586F (or 0x8C586F) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 58 and 6F. RGB value is (140,88,111). Sum of RGB (Red+Green+Blue) = 140+88+111=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C586F is #73A790. Grayscale: #6A6A6A. Windows color (decimal): -7579537 or 7297164. OLE color: 7297164.

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

Color convert

RGB14088111-
CMYK00.370.210.45
HSL333.46º22.81%44.71%-
HSV(B)333.46º37.14%54.9%-
XYZ17.1713.716.78-
YUV106.17130.73152.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=41.30%
G=25.96%
B=32.74%

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
Decimal1408811100.370.210.45333.4622.8144.71
Hex8C586F025152D14d172d
Octal21413015704525555152755
Binary100011001011000110111101001011010110110110100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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