#8C6571

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

Shades of Mauve Taupe #8C6571

Tints of Mauve Taupe #8C6571

Color information

#8C6571 (or 0x8C6571) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 65 and 71. RGB value is (140,101,113). Sum of RGB (Red+Green+Blue) = 140+101+113=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6571 is #739A8E. Grayscale: #727272. Windows color (decimal): -7576207 or 7431564. OLE color: 7431564.

HSL color Cylindrical-coordinate representation of color #8C6571: hue angle of 341.54º degrees, saturation: 0.16, 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 #8C6571 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB140101113-
CMYK00.280.190.45
HSL341.54º16.18%47.25%-
HSV(B)341.54º27.86%54.9%-
XYZ18.4516.0817.75-
YUV114.03127.42146.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.55%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=39.55%
G=28.53%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010111300.280.190.45341.5416.1847.25
Hex8C657101C132D156102f
Octal21414516103423555262057
Binary10001100110010111100010111001001110110110101011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,113); }

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

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

 a { background-color: rgb(140,101,113); }

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

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

 span { border-color: rgb(140,101,113); }

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