#936063

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

Shades of Mauve Taupe #936063

Tints of Mauve Taupe #936063

Color information

#936063 (or 0x936063) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 63. RGB value is (147,96,99). Sum of RGB (Red+Green+Blue) = 147+96+99=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #936063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936063 is #6C9F9C. Grayscale: #6F6F6F. Windows color (decimal): -7118749 or 6512787. OLE color: 6512787.

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

Color convert

RGB1479699-
CMYK00.350.330.42
HSL356.47º20.99%47.65%-
HSV(B)356.47º34.69%57.65%-
XYZ18.4715.4713.82-
YUV111.59120.9153.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=42.98%
G=28.07%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147969900.350.330.42356.4720.9947.65
Hex936063023212A1641530
Octal22314014304341525442560
Binary1001001111000001100011010001110000110101010110010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936063; }

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

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

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

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

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

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

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

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