#9D596E

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

Shades of Mauve Taupe #9D596E

Tints of Mauve Taupe #9D596E

Color information

#9D596E (or 0x9D596E) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 59 and 6E. RGB value is (157,89,110). Sum of RGB (Red+Green+Blue) = 157+89+110=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D596E is #62A691. Grayscale: #6F6F6F. Windows color (decimal): -6465170 or 7231901. OLE color: 7231901.

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

Color convert

RGB15789110-
CMYK00.430.300.38
HSL341.47º27.64%48.24%-
HSV(B)341.47º43.31%61.57%-
XYZ20.2915.4416.66-
YUV111.73127.03160.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=44.10%
G=25%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578911000.430.300.38341.4727.6448.24
Hex9D596E02B1E261551c30
Octal23513115605336465253460
Binary100111011011001110111001010111111010011010101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,110); }

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

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

 a { background-color: rgb(157,89,110); }

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

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

 span { border-color: rgb(157,89,110); }

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