#935F6B

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

Shades of Mauve Taupe #935F6B

Tints of Mauve Taupe #935F6B

Color information

#935F6B (or 0x935F6B) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5F and 6B. RGB value is (147,95,107). Sum of RGB (Red+Green+Blue) = 147+95+107=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F6B is #6CA094. Grayscale: #6F6F6F. Windows color (decimal): -7118997 or 7036819. OLE color: 7036819.

HSL color Cylindrical-coordinate representation of color #935F6B: hue angle of 346.15º 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 #935F6B is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14795107-
CMYK00.350.270.42
HSL346.15º21.49%47.45%-
HSV(B)346.15º35.37%57.65%-
XYZ18.7815.4515.9-
YUV111.92125.23153.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=42.12%
G=27.22%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479510700.350.270.42346.1521.4947.45
Hex935F6B0231B2A15a152f
Octal22313715304333525322557
Binary100100111011111110101101000111101110101010101101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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