#604D5C

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

Shades of Purple Taupe #604D5C

Tints of Purple Taupe #604D5C

Color information

#604D5C (or 0x604D5C) is unknown color: approx Purple Taupe. HEX triplet: 60, 4D and 5C. RGB value is (96,77,92). Sum of RGB (Red+Green+Blue) = 96+77+92=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #604D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D5C is #9FB2A3. Grayscale: #545454. Windows color (decimal): -10465956 or 6049120. OLE color: 6049120.

HSL color Cylindrical-coordinate representation of color #604D5C: hue angle of 312.63º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D5C is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB967792-
CMYK00.200.040.62
HSL312.63º10.98%33.92%-
HSV(B)312.63º19.79%37.65%-
XYZ9.418.5711.28-
YUV84.39132.29136.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=36.23%
G=29.06%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96779200.200.040.62312.6310.9833.92
Hex604D5C01443E139b22
Octal1401151340244764711342
Binary1100000100110110111000101001001111101001110011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D5C; }

 p { color: rgb(96,77,92); }

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

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

 a { background-color: rgb(96,77,92); }

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

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

 span { border-color: rgb(96,77,92); }

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