#955971

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

Shades of Mauve Taupe #955971

Tints of Mauve Taupe #955971

Color information

#955971 (or 0x955971) is unknown color: approx Mauve Taupe. HEX triplet: 95, 59 and 71. RGB value is (149,89,113). Sum of RGB (Red+Green+Blue) = 149+89+113=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955971 is #6AA68E. Grayscale: #6D6D6D. Windows color (decimal): -6989455 or 7428501. OLE color: 7428501.

HSL color Cylindrical-coordinate representation of color #955971: hue angle of 336º 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 #955971 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14989113-
CMYK00.400.240.42
HSL336º25.21%46.67%-
HSV(B)336º40.27%58.43%-
XYZ18.9514.7317.47-
YUV109.68129.88156.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=42.45%
G=25.36%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498911300.400.240.4233625.2146.67
Hex955971028182A150192f
Octal22513116105030525203157
Binary100101011011001111000101010001100010101010101000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955971; }

 p { color: rgb(149,89,113); }

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

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

 a { background-color: rgb(149,89,113); }

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

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

 span { border-color: rgb(149,89,113); }

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