#8C6374

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

Shades of Mauve Taupe #8C6374

Tints of Mauve Taupe #8C6374

Color information

#8C6374 (or 0x8C6374) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 63 and 74. RGB value is (140,99,116). Sum of RGB (Red+Green+Blue) = 140+99+116=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6374 is #739C8B. Grayscale: #717171. Windows color (decimal): -7576716 or 7627660. OLE color: 7627660.

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

Color convert

RGB14099116-
CMYK00.290.170.45
HSL335.12º17.15%46.86%-
HSV(B)335.12º29.29%54.9%-
XYZ18.4315.7618.59-
YUV113.2129.58147.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=39.44%
G=27.89%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409911600.290.170.45335.1217.1546.86
Hex8C637401D112D14f112f
Octal21414316403521555172157
Binary10001100110001111101000111011000110110110100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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