#604C57

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

Shades of Liver #604C57

Tints of Liver #604C57

Color information

#604C57 (or 0x604C57) is unknown color: approx Liver. HEX triplet: 60, 4C and 57. RGB value is (96,76,87). Sum of RGB (Red+Green+Blue) = 96+76+87=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #604C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C57 is #9FB3A8. Grayscale: #535353. Windows color (decimal): -10466217 or 5721184. OLE color: 5721184.

HSL color Cylindrical-coordinate representation of color #604C57: hue angle of 327º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604C57 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB967687-
CMYK00.210.090.62
HSL327º11.63%33.73%-
HSV(B)327º20.83%37.65%-
XYZ9.138.3410.15-
YUV83.23130.13137.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=37.07%
G=29.34%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96768700.210.090.6232711.6333.73
Hex604C5701593E147c22
Octal14011412702511765071442
Binary11000001001100101011101010110011111101010001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,87); }

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

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

 a { background-color: rgb(96,76,87); }

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

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

 span { border-color: rgb(96,76,87); }

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