#604656

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

Shades of Liver #604656

Tints of Liver #604656

Color information

#604656 (or 0x604656) is unknown color: approx Liver. HEX triplet: 60, 46 and 56. RGB value is (96,70,86). Sum of RGB (Red+Green+Blue) = 96+70+86=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604656 is #9FB9A9. Grayscale: #4F4F4F. Windows color (decimal): -10467754 or 5654112. OLE color: 5654112.

HSL color Cylindrical-coordinate representation of color #604656: hue angle of 323.08º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604656 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB967086-
CMYK00.270.100.62
HSL323.08º15.66%32.55%-
HSV(B)323.08º27.08%37.65%-
XYZ8.697.549.8-
YUV79.6131.61139.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=38.10%
G=27.78%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96708600.270.100.62323.0815.6632.55
Hex60465601BA3E1431021
Octal14010612603312765032041
Binary110000010001101010110011011101011111010100001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604656; }

 p { color: rgb(96,70,86); }

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

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

 a { background-color: rgb(96,70,86); }

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

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

 span { border-color: rgb(96,70,86); }

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