#95606E

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

Shades of Mauve Taupe #95606E

Tints of Mauve Taupe #95606E

Color information

#95606E (or 0x95606E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 6E. RGB value is (149,96,110). Sum of RGB (Red+Green+Blue) = 149+96+110=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95606E is #6A9F91. Grayscale: #717171. Windows color (decimal): -6987666 or 7233685. OLE color: 7233685.

HSL color Cylindrical-coordinate representation of color #95606E: hue angle of 344.15º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95606E is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14996110-
CMYK00.360.260.42
HSL344.15º21.63%48.04%-
HSV(B)344.15º35.57%58.43%-
XYZ19.3915.8816.8-
YUV113.44126.06153.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=41.97%
G=27.04%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499611000.360.260.42344.1521.6348.04
Hex95606E0241A2A1581630
Octal22514015604432525302660
Binary100101011100000110111001001001101010101010101100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95606E; }

 p { color: rgb(149,96,110); }

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

<style>
 a { background-color: #95606E; }

 a { background-color: rgb(149,96,110); }

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

<style>
 span { border-color: #95606E; }

 span { border-color: rgb(149,96,110); }

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