#935C6C

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

Shades of Mauve Taupe #935C6C

Tints of Mauve Taupe #935C6C

Color information

#935C6C (or 0x935C6C) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5C and 6C. RGB value is (147,92,108). Sum of RGB (Red+Green+Blue) = 147+92+108=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C6C is #6CA393. Grayscale: #6E6E6E. Windows color (decimal): -7119764 or 7101587. OLE color: 7101587.

HSL color Cylindrical-coordinate representation of color #935C6C: hue angle of 342.55º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C6C is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14792108-
CMYK00.370.270.42
HSL342.55º23.01%46.86%-
HSV(B)342.55º37.41%57.65%-
XYZ18.5714.9416.09-
YUV110.27126.72154.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=42.36%
G=26.51%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479210800.370.270.42342.5523.0146.86
Hex935C6C0251B2A157172f
Octal22313415404533525272757
Binary100100111011100110110001001011101110101010101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935C6C; }

 p { color: rgb(147,92,108); }

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

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

 a { background-color: rgb(147,92,108); }

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

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

 span { border-color: rgb(147,92,108); }

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