#955E6E

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

Shades of Mauve Taupe #955E6E

Tints of Mauve Taupe #955E6E

Color information

#955E6E (or 0x955E6E) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5E and 6E. RGB value is (149,94,110). Sum of RGB (Red+Green+Blue) = 149+94+110=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E6E is #6AA191. Grayscale: #707070. Windows color (decimal): -6988178 or 7233173. OLE color: 7233173.

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

Color convert

RGB14994110-
CMYK00.370.260.42
HSL342.55º22.63%47.65%-
HSV(B)342.55º36.91%58.43%-
XYZ19.2115.5216.74-
YUV112.27126.72154.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=42.21%
G=26.63%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499411000.370.260.42342.5522.6347.65
Hex955E6E0251A2A1571730
Octal22513615604532525272760
Binary100101011011110110111001001011101010101010101011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955E6E; }

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

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

<style>
 a { background-color: #955E6E; }

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

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

<style>
 span { border-color: #955E6E; }

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

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