#8C6364

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

Shades of Mauve Taupe #8C6364

Tints of Mauve Taupe #8C6364

Color information

#8C6364 (or 0x8C6364) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 63 and 64. RGB value is (140,99,100). Sum of RGB (Red+Green+Blue) = 140+99+100=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6364 is #739C9B. Grayscale: #6F6F6F. Windows color (decimal): -7576732 or 6579084. OLE color: 6579084.

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

Color convert

RGB14099100-
CMYK00.290.290.45
HSL358.54º17.15%46.86%-
HSV(B)358.54º29.29%54.9%-
XYZ17.5815.4214.11-
YUV111.37121.58148.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=41.30%
G=29.20%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409910000.290.290.45358.5417.1546.86
Hex8C636401D1D2D167112f
Octal21414314403535555472157
Binary10001100110001111001000111011110110110110110011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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