#8C6375

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

Shades of Mauve Taupe #8C6375

Tints of Mauve Taupe #8C6375

Color information

#8C6375 (or 0x8C6375) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 63 and 75. RGB value is (140,99,117). Sum of RGB (Red+Green+Blue) = 140+99+117=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6375 is #739C8A. Grayscale: #717171. Windows color (decimal): -7576715 or 7693196. OLE color: 7693196.

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

Color convert

RGB14099117-
CMYK00.290.160.45
HSL333.66º17.15%46.86%-
HSV(B)333.66º29.29%54.9%-
XYZ18.4915.7818.9-
YUV113.31130.08147.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.33%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=39.33%
G=27.81%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409911700.290.160.45333.6617.1546.86
Hex8C637501D102D14e112f
Octal21414316503520555162157
Binary10001100110001111101010111011000010110110100111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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