#604355

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

Shades of Liver #604355

Tints of Liver #604355

Color information

#604355 (or 0x604355) is unknown color: approx Liver. HEX triplet: 60, 43 and 55. RGB value is (96,67,85). Sum of RGB (Red+Green+Blue) = 96+67+85=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604355 is #9FBCAA. Grayscale: #4D4D4D. Windows color (decimal): -10468523 or 5587808. OLE color: 5587808.

HSL color Cylindrical-coordinate representation of color #604355: hue angle of 322.76º 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 #604355 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB966785-
CMYK00.300.110.62
HSL322.76º17.79%31.96%-
HSV(B)322.76º30.21%37.65%-
XYZ8.477.169.53-
YUV77.72132.11141.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=38.71%
G=27.02%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96678500.300.110.62322.7617.7931.96
Hex60435501EB3E1431220
Octal14010312503613765032240
Binary110000010000111010101011110101111111010100001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604355; }

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

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

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

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

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

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

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

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