#935B6A

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

Shades of Mauve Taupe #935B6A

Tints of Mauve Taupe #935B6A

Color information

#935B6A (or 0x935B6A) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5B and 6A. RGB value is (147,91,106). Sum of RGB (Red+Green+Blue) = 147+91+106=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #935B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B6A is #6CA495. Grayscale: #6D6D6D. Windows color (decimal): -7120022 or 6970259. OLE color: 6970259.

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

Color convert

RGB14791106-
CMYK00.380.280.42
HSL343.93º23.53%46.67%-
HSV(B)343.93º38.1%57.65%-
XYZ18.3814.7315.51-
YUV109.45126.05154.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=42.73%
G=26.45%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479110600.380.280.42343.9323.5346.67
Hex935B6A0261C2A158182f
Octal22313315204634525303057
Binary100100111011011110101001001101110010101010101100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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