#9C6176

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

Shades of Mauve Taupe #9C6176

Tints of Mauve Taupe #9C6176

Color information

#9C6176 (or 0x9C6176) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 61 and 76. RGB value is (156,97,118). Sum of RGB (Red+Green+Blue) = 156+97+118=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6176 is #639E89. Grayscale: #757575. Windows color (decimal): -6528650 or 7758236. OLE color: 7758236.

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

Color convert

RGB15697118-
CMYK00.380.240.39
HSL338.64º23.32%49.61%-
HSV(B)338.64º37.82%61.18%-
XYZ21.2616.9319.29-
YUV117.04128.55155.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=42.05%
G=26.15%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569711800.380.240.39338.6423.3249.61
Hex9C617602618271531732
Octal23414116604630475232762
Binary100111001100001111011001001101100010011110101001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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