#955474

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

Shades of Mauve Taupe #955474

Tints of Mauve Taupe #955474

Color information

#955474 (or 0x955474) is unknown color: approx Mauve Taupe. HEX triplet: 95, 54 and 74. RGB value is (149,84,116). Sum of RGB (Red+Green+Blue) = 149+84+116=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955474 is #6AAB8B. Grayscale: #6B6B6B. Windows color (decimal): -6990732 or 7623829. OLE color: 7623829.

HSL color Cylindrical-coordinate representation of color #955474: hue angle of 330.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955474 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14984116-
CMYK00.440.220.42
HSL330.46º27.9%45.69%-
HSV(B)330.46º43.62%58.43%-
XYZ18.7213.9918.24-
YUV107.08133.03157.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=42.69%
G=24.07%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498411600.440.220.42330.4627.945.69
Hex95547402C162A14a1c2e
Octal22512416405426525123456
Binary100101011010100111010001011001011010101010100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955474; }

 p { color: rgb(149,84,116); }

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

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

 a { background-color: rgb(149,84,116); }

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

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

 span { border-color: rgb(149,84,116); }

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