#8C6566

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

Shades of Mauve Taupe #8C6566

Tints of Mauve Taupe #8C6566

Color information

#8C6566 (or 0x8C6566) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 65 and 66. RGB value is (140,101,102). Sum of RGB (Red+Green+Blue) = 140+101+102=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6566 is #739A99. Grayscale: #707070. Windows color (decimal): -7576218 or 6710668. OLE color: 6710668.

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

Color convert

RGB140101102-
CMYK00.280.270.45
HSL358.46º16.18%47.25%-
HSV(B)358.46º27.86%54.9%-
XYZ17.8715.8414.69-
YUV112.78121.92147.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=40.82%
G=29.45%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010110200.280.270.45358.4616.1847.25
Hex8C656601C1B2D166102f
Octal21414514603433555462057
Binary10001100110010111001100111001101110110110110011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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