#8C6370

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

Shades of Mauve Taupe #8C6370

Tints of Mauve Taupe #8C6370

Color information

#8C6370 (or 0x8C6370) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 63 and 70. RGB value is (140,99,112). Sum of RGB (Red+Green+Blue) = 140+99+112=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6370 is #739C8F. Grayscale: #707070. Windows color (decimal): -7576720 or 7365516. OLE color: 7365516.

HSL color Cylindrical-coordinate representation of color #8C6370: hue angle of 340.98º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6370 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14099112-
CMYK00.290.200.45
HSL340.98º17.15%46.86%-
HSV(B)340.98º29.29%54.9%-
XYZ18.215.6717.39-
YUV112.74127.58147.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=39.89%
G=28.21%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409911200.290.200.45340.9817.1546.86
Hex8C637001D142D155112f
Octal21414316003524555252157
Binary10001100110001111100000111011010010110110101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,99,112); }

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

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

 a { background-color: rgb(140,99,112); }

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

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

 span { border-color: rgb(140,99,112); }

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