#956674

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

Shades of Mauve Taupe #956674

Tints of Mauve Taupe #956674

Color information

#956674 (or 0x956674) is unknown color: approx Mauve Taupe. HEX triplet: 95, 66 and 74. RGB value is (149,102,116). Sum of RGB (Red+Green+Blue) = 149+102+116=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956674 is #6A998B. Grayscale: #757575. Windows color (decimal): -6986124 or 7628437. OLE color: 7628437.

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

Color convert

RGB149102116-
CMYK00.320.220.42
HSL342.13º18.73%49.22%-
HSV(B)342.13º31.54%58.43%-
XYZ20.317.1518.76-
YUV117.65127.07150.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=40.60%
G=27.79%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910211600.320.220.42342.1318.7349.22
Hex956674020162A1561331
Octal22514616404026525262361
Binary100101011100110111010001000001011010101010101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956674; }

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

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

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

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

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

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

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

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