#956874

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

Shades of Mauve Taupe #956874

Tints of Mauve Taupe #956874

Color information

#956874 (or 0x956874) is unknown color: approx Mauve Taupe. HEX triplet: 95, 68 and 74. RGB value is (149,104,116). Sum of RGB (Red+Green+Blue) = 149+104+116=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956874 is #6A978B. Grayscale: #767676. Windows color (decimal): -6985612 or 7628949. OLE color: 7628949.

HSL color Cylindrical-coordinate representation of color #956874: hue angle of 344º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956874 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB149104116-
CMYK00.300.220.42
HSL344º17.79%49.61%-
HSV(B)344º30.2%58.43%-
XYZ20.517.5518.83-
YUV118.82126.41149.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=40.38%
G=28.18%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910411600.300.220.4234417.7949.61
Hex95687401E162A1581232
Octal22515016403626525302262
Binary10010101110100011101000111101011010101010101100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956874; }

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

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

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

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

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

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

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

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