#95586D

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

Shades of Mauve Taupe #95586D

Tints of Mauve Taupe #95586D

Color information

#95586D (or 0x95586D) is unknown color: approx Mauve Taupe. HEX triplet: 95, 58 and 6D. RGB value is (149,88,109). Sum of RGB (Red+Green+Blue) = 149+88+109=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95586D is #6AA792. Grayscale: #6C6C6C. Windows color (decimal): -6989715 or 7166101. OLE color: 7166101.

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

Color convert

RGB14988109-
CMYK00.410.270.42
HSL339.34º25.74%46.47%-
HSV(B)339.34º40.94%58.43%-
XYZ18.6414.4716.28-
YUV108.63128.21156.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=43.06%
G=25.43%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498810900.410.270.42339.3425.7446.47
Hex95586D0291B2A1531a2e
Octal22513015505133525233256
Binary100101011011000110110101010011101110101010101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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