#935674

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

Shades of Mauve Taupe #935674

Tints of Mauve Taupe #935674

Color information

#935674 (or 0x935674) is unknown color: approx Mauve Taupe. HEX triplet: 93, 56 and 74. RGB value is (147,86,116). Sum of RGB (Red+Green+Blue) = 147+86+116=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935674 is #6CA98B. Grayscale: #6B6B6B. Windows color (decimal): -7121292 or 7624339. OLE color: 7624339.

HSL color Cylindrical-coordinate representation of color #935674: hue angle of 330.49º 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 #935674 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14786116-
CMYK00.410.210.42
HSL330.49º26.18%45.69%-
HSV(B)330.49º41.5%57.65%-
XYZ18.5114.1218.27-
YUV107.66132.71156.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=42.12%
G=24.64%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478611600.410.210.42330.4926.1845.69
Hex935674029152A14a1a2e
Octal22312616405125525123256
Binary100100111010110111010001010011010110101010100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935674; }

 p { color: rgb(147,86,116); }

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

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

 a { background-color: rgb(147,86,116); }

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

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

 span { border-color: rgb(147,86,116); }

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