#936364

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

Shades of Mauve Taupe #936364

Tints of Mauve Taupe #936364

Color information

#936364 (or 0x936364) is unknown color: approx Mauve Taupe. HEX triplet: 93, 63 and 64. RGB value is (147,99,100). Sum of RGB (Red+Green+Blue) = 147+99+100=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #936364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936364 is #6C9C9B. Grayscale: #717171. Windows color (decimal): -7117980 or 6579091. OLE color: 6579091.

HSL color Cylindrical-coordinate representation of color #936364: hue angle of 358.75º 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 #936364 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14799100-
CMYK00.330.320.42
HSL358.75º19.51%48.24%-
HSV(B)358.75º32.65%57.65%-
XYZ18.7916.0514.16-
YUV113.47120.4151.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=42.49%
G=28.61%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479910000.330.320.42358.7519.5148.24
Hex936364021202A1671430
Octal22314314404140525472460
Binary1001001111000111100100010000110000010101010110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936364; }

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

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

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

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

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

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

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

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