#935A6E

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

Shades of Mauve Taupe #935A6E

Tints of Mauve Taupe #935A6E

Color information

#935A6E (or 0x935A6E) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5A and 6E. RGB value is (147,90,110). Sum of RGB (Red+Green+Blue) = 147+90+110=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A6E is #6CA591. Grayscale: #6D6D6D. Windows color (decimal): -7120274 or 7232147. OLE color: 7232147.

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

Color convert

RGB14790110-
CMYK00.390.250.42
HSL338.95º24.05%46.47%-
HSV(B)338.95º38.78%57.65%-
XYZ18.514.6416.6-
YUV109.32128.38154.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=42.36%
G=25.94%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479011000.390.250.42338.9524.0546.47
Hex935A6E027192A153182e
Octal22313215604731525233056
Binary100100111011010110111001001111100110101010101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,90,110); }

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

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

 a { background-color: rgb(147,90,110); }

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

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

 span { border-color: rgb(147,90,110); }

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