#9C6475

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

Shades of Mauve Taupe #9C6475

Tints of Mauve Taupe #9C6475

Color information

#9C6475 (or 0x9C6475) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 64 and 75. RGB value is (156,100,117). Sum of RGB (Red+Green+Blue) = 156+100+117=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6475 is #639B8A. Grayscale: #767676. Windows color (decimal): -6527883 or 7693468. OLE color: 7693468.

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

Color convert

RGB156100117-
CMYK00.360.250.39
HSL341.79º22.05%50.2%-
HSV(B)341.79º35.9%61.18%-
XYZ21.4817.4719.07-
YUV118.68127.05154.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=41.82%
G=26.81%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610011700.360.250.39341.7922.0550.2
Hex9C647502419271561632
Octal23414416504431475262662
Binary100111001100100111010101001001100110011110101011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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