#9C6470

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

Shades of Mauve Taupe #9C6470

Tints of Mauve Taupe #9C6470

Color information

#9C6470 (or 0x9C6470) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 64 and 70. RGB value is (156,100,112). Sum of RGB (Red+Green+Blue) = 156+100+112=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6470 is #639B8F. Grayscale: #767676. Windows color (decimal): -6527888 or 7365788. OLE color: 7365788.

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

Color convert

RGB156100112-
CMYK00.360.280.39
HSL347.14º22.05%50.2%-
HSV(B)347.14º35.9%61.18%-
XYZ21.1917.3517.56-
YUV118.11124.55155.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=42.39%
G=27.17%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610011200.360.280.39347.1422.0550.2
Hex9C64700241C2715b1632
Octal23414416004434475332662
Binary100111001100100111000001001001110010011110101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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