#9C6675

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

Shades of Mauve Taupe #9C6675

Tints of Mauve Taupe #9C6675

Color information

#9C6675 (or 0x9C6675) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 66 and 75. RGB value is (156,102,117). Sum of RGB (Red+Green+Blue) = 156+102+117=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6675 is #63998A. Grayscale: #777777. Windows color (decimal): -6527371 or 7693980. OLE color: 7693980.

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

Color convert

RGB156102117-
CMYK00.350.250.39
HSL343.33º21.43%50.59%-
HSV(B)343.33º34.62%61.18%-
XYZ21.6717.8619.13-
YUV119.86126.39153.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=41.6%
G=27.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610211700.350.250.39343.3321.4350.59
Hex9C667502319271571533
Octal23414616504331475272563
Binary100111001100110111010101000111100110011110101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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