#955A6C

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

Shades of Mauve Taupe #955A6C

Tints of Mauve Taupe #955A6C

Color information

#955A6C (or 0x955A6C) is unknown color: approx Mauve Taupe. HEX triplet: 95, 5A and 6C. RGB value is (149,90,108). Sum of RGB (Red+Green+Blue) = 149+90+108=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #955A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A6C is #6AA593. Grayscale: #6D6D6D. Windows color (decimal): -6989204 or 7101077. OLE color: 7101077.

HSL color Cylindrical-coordinate representation of color #955A6C: hue angle of 341.69º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A6C is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14990108-
CMYK00.400.280.42
HSL341.69º24.69%46.86%-
HSV(B)341.69º39.6%58.43%-
XYZ18.7614.7816.05-
YUV109.69127.05156.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=42.94%
G=25.94%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499010800.400.280.42341.6924.6946.86
Hex955A6C0281C2A156192f
Octal22513215405034525263157
Binary100101011011010110110001010001110010101010101011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,90,108); }

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

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

 a { background-color: rgb(149,90,108); }

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

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

 span { border-color: rgb(149,90,108); }

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