#96586D

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

Shades of Mauve Taupe #96586D

Tints of Mauve Taupe #96586D

Color information

#96586D (or 0x96586D) is unknown color: approx Mauve Taupe. HEX triplet: 96, 58 and 6D. RGB value is (150,88,109). Sum of RGB (Red+Green+Blue) = 150+88+109=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96586D is #69A792. Grayscale: #6C6C6C. Windows color (decimal): -6924179 or 7166102. OLE color: 7166102.

HSL color Cylindrical-coordinate representation of color #96586D: hue angle of 339.68º 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 #96586D is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15088109-
CMYK00.410.270.41
HSL339.68º26.05%46.67%-
HSV(B)339.68º41.33%58.82%-
XYZ18.8314.5716.29-
YUV108.93128.04157.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=43.23%
G=25.36%
B=31.41%

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
Decimal1508810900.410.270.41339.6826.0546.67
Hex96586D0291B291541a2f
Octal22613015505133515243257
Binary100101101011000110110101010011101110100110101010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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