#604456

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

Shades of Liver #604456

Tints of Liver #604456

Color information

#604456 (or 0x604456) is unknown color: approx Liver. HEX triplet: 60, 44 and 56. RGB value is (96,68,86). Sum of RGB (Red+Green+Blue) = 96+68+86=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604456 is #9FBBA9. Grayscale: #4E4E4E. Windows color (decimal): -10468266 or 5653600. OLE color: 5653600.

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

Color convert

RGB966886-
CMYK00.290.100.62
HSL321.43º17.07%32.16%-
HSV(B)321.43º29.17%37.65%-
XYZ8.577.299.76-
YUV78.42132.28140.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=38.4%
G=27.2%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96688600.290.100.62321.4317.0732.16
Hex60445601DA3E1411120
Octal14010412603512765012140
Binary110000010001001010110011101101011111010100000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604456; }

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

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

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

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

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

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

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

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