#9C6678

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

Shades of Mauve Taupe #9C6678

Tints of Mauve Taupe #9C6678

Color information

#9C6678 (or 0x9C6678) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 66 and 78. RGB value is (156,102,120). Sum of RGB (Red+Green+Blue) = 156+102+120=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6678 is #639987. Grayscale: #787878. Windows color (decimal): -6527368 or 7890588. OLE color: 7890588.

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

Color convert

RGB156102120-
CMYK00.350.230.39
HSL340º21.43%50.59%-
HSV(B)340º34.62%61.18%-
XYZ21.8517.9320.08-
YUV120.2127.89153.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=41.27%
G=26.98%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610212000.350.230.3934021.4350.59
Hex9C667802317271541533
Octal23414617004327475242563
Binary100111001100110111100001000111011110011110101010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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