#955976

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

Shades of Mauve Taupe #955976

Tints of Mauve Taupe #955976

Color information

#955976 (or 0x955976) is unknown color: approx Mauve Taupe. HEX triplet: 95, 59 and 76. RGB value is (149,89,118). Sum of RGB (Red+Green+Blue) = 149+89+118=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #955976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955976 is #6AA689. Grayscale: #6E6E6E. Windows color (decimal): -6989450 or 7756181. OLE color: 7756181.

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

Color convert

RGB14989118-
CMYK00.400.210.42
HSL331º25.21%46.67%-
HSV(B)331º40.27%58.43%-
XYZ19.2414.8418.99-
YUV110.25132.38155.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=41.85%
G=25%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498911800.400.210.4233125.2146.67
Hex955976028152A14b192f
Octal22513116605025525133157
Binary100101011011001111011001010001010110101010100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955976; }

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

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

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

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

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

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

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

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