#955874

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

Shades of Mauve Taupe #955874

Tints of Mauve Taupe #955874

Color information

#955874 (or 0x955874) is unknown color: approx Mauve Taupe. HEX triplet: 95, 58 and 74. RGB value is (149,88,116). Sum of RGB (Red+Green+Blue) = 149+88+116=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955874 is #6AA78B. Grayscale: #6D6D6D. Windows color (decimal): -6989708 or 7624853. OLE color: 7624853.

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

Color convert

RGB14988116-
CMYK00.410.220.42
HSL332.46º25.74%46.47%-
HSV(B)332.46º40.94%58.43%-
XYZ19.0414.6318.34-
YUV109.43131.71156.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=42.21%
G=24.93%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498811600.410.220.42332.4625.7446.47
Hex955874029162A14c1a2e
Octal22513016405126525143256
Binary100101011011000111010001010011011010101010100110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955874; }

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

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

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

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

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

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

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

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