#9C6175

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

Shades of Mauve Taupe #9C6175

Tints of Mauve Taupe #9C6175

Color information

#9C6175 (or 0x9C6175) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 61 and 75. RGB value is (156,97,117). Sum of RGB (Red+Green+Blue) = 156+97+117=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6175 is #639E8A. Grayscale: #747474. Windows color (decimal): -6528651 or 7692700. OLE color: 7692700.

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

Color convert

RGB15697117-
CMYK00.380.250.39
HSL339.66º23.32%49.61%-
HSV(B)339.66º37.82%61.18%-
XYZ21.216.918.97-
YUV116.92128.05155.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=42.16%
G=26.22%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569711700.380.250.39339.6623.3249.61
Hex9C617502619271541732
Octal23414116504631475242762
Binary100111001100001111010101001101100110011110101010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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