#96596D

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

Shades of Mauve Taupe #96596D

Tints of Mauve Taupe #96596D

Color information

#96596D (or 0x96596D) is unknown color: approx Mauve Taupe. HEX triplet: 96, 59 and 6D. RGB value is (150,89,109). Sum of RGB (Red+Green+Blue) = 150+89+109=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96596D is #69A692. Grayscale: #6D6D6D. Windows color (decimal): -6923923 or 7166358. OLE color: 7166358.

HSL color Cylindrical-coordinate representation of color #96596D: hue angle of 340.33º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96596D is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15089109-
CMYK00.410.270.41
HSL340.33º25.52%46.86%-
HSV(B)340.33º40.67%58.82%-
XYZ18.9114.7316.32-
YUV109.52127.71156.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=43.10%
G=25.57%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508910900.410.270.41340.3325.5246.86
Hex96596D0291B291541a2f
Octal22613115505133515243257
Binary100101101011001110110101010011101110100110101010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96596D; }

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

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

<style>
 a { background-color: #96596D; }

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

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

<style>
 span { border-color: #96596D; }

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

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