#8C6568

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

Shades of Mauve Taupe #8C6568

Tints of Mauve Taupe #8C6568

Color information

#8C6568 (or 0x8C6568) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 65 and 68. RGB value is (140,101,104). Sum of RGB (Red+Green+Blue) = 140+101+104=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6568 is #739A97. Grayscale: #717171. Windows color (decimal): -7576216 or 6841740. OLE color: 6841740.

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

Color convert

RGB140101104-
CMYK00.280.260.45
HSL355.38º16.18%47.25%-
HSV(B)355.38º27.86%54.9%-
XYZ17.9715.8815.22-
YUV113122.92147.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=40.58%
G=29.28%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010110400.280.260.45355.3816.1847.25
Hex8C656801C1A2D163102f
Octal21414515003432555432057
Binary10001100110010111010000111001101010110110110001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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