#95586F

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

Shades of Mauve Taupe #95586F

Tints of Mauve Taupe #95586F

Color information

#95586F (or 0x95586F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 58 and 6F. RGB value is (149,88,111). Sum of RGB (Red+Green+Blue) = 149+88+111=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95586F is #6AA790. Grayscale: #6C6C6C. Windows color (decimal): -6989713 or 7297173. OLE color: 7297173.

HSL color Cylindrical-coordinate representation of color #95586F: hue angle of 337.38º 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 #95586F is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14988111-
CMYK00.410.260.42
HSL337.38º25.74%46.47%-
HSV(B)337.38º40.94%58.43%-
XYZ18.7514.5216.85-
YUV108.86129.21156.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=42.82%
G=25.29%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498811100.410.260.42337.3825.7446.47
Hex95586F0291A2A1511a2e
Octal22513015705132525213256
Binary100101011011000110111101010011101010101010101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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