#9C6676

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

Shades of Mauve Taupe #9C6676

Tints of Mauve Taupe #9C6676

Color information

#9C6676 (or 0x9C6676) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 66 and 76. RGB value is (156,102,118). Sum of RGB (Red+Green+Blue) = 156+102+118=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6676 is #639989. Grayscale: #777777. Windows color (decimal): -6527370 or 7759516. OLE color: 7759516.

HSL color Cylindrical-coordinate representation of color #9C6676: hue angle of 342.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6676 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB156102118-
CMYK00.350.240.39
HSL342.22º21.43%50.59%-
HSV(B)342.22º34.62%61.18%-
XYZ21.7317.8819.45-
YUV119.97126.89153.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=41.49%
G=27.13%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610211800.350.240.39342.2221.4350.59
Hex9C667602318271561533
Octal23414616604330475262563
Binary100111001100110111011001000111100010011110101011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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