#9C596D

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

Shades of Mauve Taupe #9C596D

Tints of Mauve Taupe #9C596D

Color information

#9C596D (or 0x9C596D) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 59 and 6D. RGB value is (156,89,109). Sum of RGB (Red+Green+Blue) = 156+89+109=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C596D is #63A692. Grayscale: #6F6F6F. Windows color (decimal): -6530707 or 7166364. OLE color: 7166364.

HSL color Cylindrical-coordinate representation of color #9C596D: hue angle of 342.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C596D is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15689109-
CMYK00.430.300.39
HSL342.09º27.35%48.04%-
HSV(B)342.09º42.95%61.18%-
XYZ20.0415.3216.37-
YUV111.31126.7159.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=44.07%
G=25.14%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568910900.430.300.39342.0927.3548.04
Hex9C596D02B1E271561b30
Octal23413115505336475263360
Binary100111001011001110110101010111111010011110101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,109); }

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

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

 a { background-color: rgb(156,89,109); }

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

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

 span { border-color: rgb(156,89,109); }

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