#9C6474

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

Shades of Mauve Taupe #9C6474

Tints of Mauve Taupe #9C6474

Color information

#9C6474 (or 0x9C6474) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 64 and 74. RGB value is (156,100,116). Sum of RGB (Red+Green+Blue) = 156+100+116=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6474 is #639B8B. Grayscale: #767676. Windows color (decimal): -6527884 or 7627932. OLE color: 7627932.

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

Color convert

RGB156100116-
CMYK00.360.260.39
HSL342.86º22.05%50.2%-
HSV(B)342.86º35.9%61.18%-
XYZ21.4217.4418.76-
YUV118.57126.55154.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=41.94%
G=26.88%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610011600.360.260.39342.8622.0550.2
Hex9C64740241A271571632
Octal23414416404432475272662
Binary100111001100100111010001001001101010011110101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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