#936577

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

Shades of Mauve Taupe #936577

Tints of Mauve Taupe #936577

Color information

#936577 (or 0x936577) is unknown color: approx Mauve Taupe. HEX triplet: 93, 65 and 77. RGB value is (147,101,119). Sum of RGB (Red+Green+Blue) = 147+101+119=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #936577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936577 is #6C9A88. Grayscale: #747474. Windows color (decimal): -7117449 or 7824787. OLE color: 7824787.

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

Color convert

RGB147101119-
CMYK00.310.190.42
HSL336.52º18.55%48.63%-
HSV(B)336.52º31.29%57.65%-
XYZ20.0216.8419.65-
YUV116.81129.24149.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=40.05%
G=27.52%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710111900.310.190.42336.5218.5548.63
Hex93657701F132A1511331
Octal22314516703723525212361
Binary10010011110010111101110111111001110101010101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936577; }

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

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

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

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

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

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

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

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