#935F62

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

Shades of Mauve Taupe #935F62

Tints of Mauve Taupe #935F62

Color information

#935F62 (or 0x935F62) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5F and 62. RGB value is (147,95,98). Sum of RGB (Red+Green+Blue) = 147+95+98=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #935F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F62 is #6CA09D. Grayscale: #6E6E6E. Windows color (decimal): -7119006 or 6446995. OLE color: 6446995.

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

Color convert

RGB1479598-
CMYK00.350.330.42
HSL356.54º21.49%47.45%-
HSV(B)356.54º35.37%57.65%-
XYZ18.3315.2713.54-
YUV110.89120.73153.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=43.24%
G=27.94%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147959800.350.330.42356.5421.4947.45
Hex935F62023212A165152f
Octal22313714204341525452557
Binary1001001110111111100010010001110000110101010110010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,95,98); }

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

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

 a { background-color: rgb(147,95,98); }

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

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

 span { border-color: rgb(147,95,98); }

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