#95606F

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

Shades of Mauve Taupe #95606F

Tints of Mauve Taupe #95606F

Color information

#95606F (or 0x95606F) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 6F. RGB value is (149,96,111). Sum of RGB (Red+Green+Blue) = 149+96+111=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95606F is #6A9F90. Grayscale: #717171. Windows color (decimal): -6987665 or 7299221. OLE color: 7299221.

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

Color convert

RGB14996111-
CMYK00.360.260.42
HSL343.02º21.63%48.04%-
HSV(B)343.02º35.57%58.43%-
XYZ19.4515.917.08-
YUV113.56126.56153.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=41.85%
G=26.97%
B=31.18%

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
Decimal1499611100.360.260.42343.0221.6348.04
Hex95606F0241A2A1571630
Octal22514015704432525272660
Binary100101011100000110111101001001101010101010101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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