#956174

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

Shades of Mauve Taupe #956174

Tints of Mauve Taupe #956174

Color information

#956174 (or 0x956174) is unknown color: approx Mauve Taupe. HEX triplet: 95, 61 and 74. RGB value is (149,97,116). Sum of RGB (Red+Green+Blue) = 149+97+116=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956174 is #6A9E8B. Grayscale: #727272. Windows color (decimal): -6987404 or 7627157. OLE color: 7627157.

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

Color convert

RGB14997116-
CMYK00.350.220.42
HSL338.08º21.14%48.24%-
HSV(B)338.08º34.9%58.43%-
XYZ19.8216.218.61-
YUV114.71128.73152.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=41.16%
G=26.80%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499711600.350.220.42338.0821.1448.24
Hex956174023162A1521530
Octal22514116404326525222560
Binary100101011100001111010001000111011010101010101001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956174; }

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

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

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

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

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

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

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

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