#936477

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

Shades of Mauve Taupe #936477

Tints of Mauve Taupe #936477

Color information

#936477 (or 0x936477) is unknown color: approx Mauve Taupe. HEX triplet: 93, 64 and 77. RGB value is (147,100,119). Sum of RGB (Red+Green+Blue) = 147+100+119=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936477 is #6C9B88. Grayscale: #747474. Windows color (decimal): -7117705 or 7824531. OLE color: 7824531.

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

Color convert

RGB147100119-
CMYK00.320.190.42
HSL335.74º19.03%48.43%-
HSV(B)335.74º31.97%57.65%-
XYZ19.9216.6519.62-
YUV116.22129.57149.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=40.16%
G=27.32%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710011900.320.190.42335.7419.0348.43
Hex936477020132A1501330
Octal22314416704023525202360
Binary100100111100100111011101000001001110101010101000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936477; }

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

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

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

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

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

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

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

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