#935B6F

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

Shades of Mauve Taupe #935B6F

Tints of Mauve Taupe #935B6F

Color information

#935B6F (or 0x935B6F) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5B and 6F. RGB value is (147,91,111). Sum of RGB (Red+Green+Blue) = 147+91+111=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B6F is #6CA490. Grayscale: #6E6E6E. Windows color (decimal): -7120017 or 7297939. OLE color: 7297939.

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

Color convert

RGB14791111-
CMYK00.380.240.42
HSL338.57º23.53%46.67%-
HSV(B)338.57º38.1%57.65%-
XYZ18.6414.8316.92-
YUV110.02128.55154.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=42.12%
G=26.07%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479111100.380.240.42338.5723.5346.67
Hex935B6F026182A153182f
Octal22313315704630525233057
Binary100100111011011110111101001101100010101010101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,91,111); }

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

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

 a { background-color: rgb(147,91,111); }

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

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

 span { border-color: rgb(147,91,111); }

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