#9C6478

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

Shades of Mauve Taupe #9C6478

Tints of Mauve Taupe #9C6478

Color information

#9C6478 (or 0x9C6478) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 64 and 78. RGB value is (156,100,120). Sum of RGB (Red+Green+Blue) = 156+100+120=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6478 is #639B87. Grayscale: #777777. Windows color (decimal): -6527880 or 7890076. OLE color: 7890076.

HSL color Cylindrical-coordinate representation of color #9C6478: hue angle of 338.57º 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 #9C6478 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB156100120-
CMYK00.360.230.39
HSL338.57º22.05%50.2%-
HSV(B)338.57º35.9%61.18%-
XYZ21.6617.5420.01-
YUV119.02128.55154.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=41.49%
G=26.60%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610012000.360.230.39338.5722.0550.2
Hex9C647802417271531632
Octal23414417004427475232662
Binary100111001100100111100001001001011110011110101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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