#935671

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

Shades of Mauve Taupe #935671

Tints of Mauve Taupe #935671

Color information

#935671 (or 0x935671) is unknown color: approx Mauve Taupe. HEX triplet: 93, 56 and 71. RGB value is (147,86,113). Sum of RGB (Red+Green+Blue) = 147+86+113=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935671 is #6CA98E. Grayscale: #6B6B6B. Windows color (decimal): -7121295 or 7427731. OLE color: 7427731.

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

Color convert

RGB14786113-
CMYK00.410.230.42
HSL333.44º26.18%45.69%-
HSV(B)333.44º41.5%57.65%-
XYZ18.3414.0517.37-
YUV107.32131.21156.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=42.49%
G=24.86%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478611300.410.230.42333.4426.1845.69
Hex935671029172A14d1a2e
Octal22312616105127525153256
Binary100100111010110111000101010011011110101010100110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935671; }

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

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

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

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

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

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

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

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