#935675

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

Shades of Mauve Taupe #935675

Tints of Mauve Taupe #935675

Color information

#935675 (or 0x935675) is unknown color: approx Mauve Taupe. HEX triplet: 93, 56 and 75. RGB value is (147,86,117). Sum of RGB (Red+Green+Blue) = 147+86+117=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935675 is #6CA98A. Grayscale: #6B6B6B. Windows color (decimal): -7121291 or 7689875. OLE color: 7689875.

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

Color convert

RGB14786117-
CMYK00.410.200.42
HSL329.51º26.18%45.69%-
HSV(B)329.51º41.5%57.65%-
XYZ18.5714.1418.58-
YUV107.77133.21155.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=42%
G=24.57%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478611700.410.200.42329.5126.1845.69
Hex935675029142A14a1a2e
Octal22312616505124525123256
Binary100100111010110111010101010011010010101010100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935675; }

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

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

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

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

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

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

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

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