#604356

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

Shades of Liver #604356

Tints of Liver #604356

Color information

#604356 (or 0x604356) is unknown color: approx Liver. HEX triplet: 60, 43 and 56. RGB value is (96,67,86). Sum of RGB (Red+Green+Blue) = 96+67+86=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604356 is #9FBCA9. Grayscale: #4D4D4D. Windows color (decimal): -10468522 or 5653344. OLE color: 5653344.

HSL color Cylindrical-coordinate representation of color #604356: hue angle of 320.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604356 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB966786-
CMYK00.300.100.62
HSL320.69º17.79%31.96%-
HSV(B)320.69º30.21%37.65%-
XYZ8.517.179.74-
YUV77.84132.61140.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=38.55%
G=26.91%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96678600.300.100.62320.6917.7931.96
Hex60435601EA3E1411220
Octal14010312603612765012240
Binary110000010000111010110011110101011111010100000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604356; }

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

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

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

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

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

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

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

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