#9C6575

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

Shades of Mauve Taupe #9C6575

Tints of Mauve Taupe #9C6575

Color information

#9C6575 (or 0x9C6575) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 65 and 75. RGB value is (156,101,117). Sum of RGB (Red+Green+Blue) = 156+101+117=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6575 is #639A8A. Grayscale: #777777. Windows color (decimal): -6527627 or 7693724. OLE color: 7693724.

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

Color convert

RGB156101117-
CMYK00.350.250.39
HSL342.55º21.74%50.39%-
HSV(B)342.55º35.26%61.18%-
XYZ21.5717.6619.1-
YUV119.27126.72154.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=41.71%
G=27.01%
B=31.28%

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
Decimal15610111700.350.250.39342.5521.7450.39
Hex9C657502319271571632
Octal23414516504331475272662
Binary100111001100101111010101000111100110011110101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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