#9C6374

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

Shades of Mauve Taupe #9C6374

Tints of Mauve Taupe #9C6374

Color information

#9C6374 (or 0x9C6374) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 63 and 74. RGB value is (156,99,116). Sum of RGB (Red+Green+Blue) = 156+99+116=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6374 is #639C8B. Grayscale: #757575. Windows color (decimal): -6528140 or 7627676. OLE color: 7627676.

HSL color Cylindrical-coordinate representation of color #9C6374: hue angle of 342.11º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6374 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB15699116-
CMYK00.370.260.39
HSL342.11º22.35%50%-
HSV(B)342.11º36.54%61.18%-
XYZ21.3217.2518.73-
YUV117.98126.88155.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=42.05%
G=26.68%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569911600.370.260.39342.1122.3550
Hex9C63740251A271561632
Octal23414316404532475262662
Binary100111001100011111010001001011101010011110101011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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