#935974

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

Shades of Mauve Taupe #935974

Tints of Mauve Taupe #935974

Color information

#935974 (or 0x935974) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 74. RGB value is (147,89,116). Sum of RGB (Red+Green+Blue) = 147+89+116=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #935974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935974 is #6CA68B. Grayscale: #6D6D6D. Windows color (decimal): -7120524 or 7625107. OLE color: 7625107.

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

Color convert

RGB14789116-
CMYK00.390.210.42
HSL332.07º24.58%46.27%-
HSV(B)332.07º39.46%57.65%-
XYZ18.7614.6118.35-
YUV109.42131.72154.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=41.76%
G=25.28%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478911600.390.210.42332.0724.5846.27
Hex935974027152A14c192e
Octal22313116404725525143156
Binary100100111011001111010001001111010110101010100110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935974; }

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

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

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

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

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

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

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

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