#93636E

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

Shades of Mauve Taupe #93636E

Tints of Mauve Taupe #93636E

Color information

#93636E (or 0x93636E) is unknown color: approx Mauve Taupe. HEX triplet: 93, 63 and 6E. RGB value is (147,99,110). Sum of RGB (Red+Green+Blue) = 147+99+110=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93636E is #6C9C91. Grayscale: #727272. Windows color (decimal): -7117970 or 7234451. OLE color: 7234451.

HSL color Cylindrical-coordinate representation of color #93636E: hue angle of 346.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93636E is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14799110-
CMYK00.330.250.42
HSL346.25º19.51%48.24%-
HSV(B)346.25º32.65%57.65%-
XYZ19.3116.2516.87-
YUV114.61125.4151.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=41.29%
G=27.81%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479911000.330.250.42346.2519.5148.24
Hex93636E021192A15a1430
Octal22314315604131525322460
Binary100100111100011110111001000011100110101010101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93636E; }

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

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

<style>
 a { background-color: #93636E; }

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

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

<style>
 span { border-color: #93636E; }

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

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