#604956

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

Shades of Liver #604956

Tints of Liver #604956

Color information

#604956 (or 0x604956) is unknown color: approx Liver. HEX triplet: 60, 49 and 56. RGB value is (96,73,86). Sum of RGB (Red+Green+Blue) = 96+73+86=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #604956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604956 is #9FB6A9. Grayscale: #515151. Windows color (decimal): -10466986 or 5654880. OLE color: 5654880.

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

Color convert

RGB967386-
CMYK00.240.100.62
HSL326.09º13.61%33.14%-
HSV(B)326.09º23.96%37.65%-
XYZ8.897.929.87-
YUV81.36130.62138.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=37.65%
G=28.63%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96738600.240.100.62326.0913.6133.14
Hex604956018A3E146e21
Octal14011112603012765061641
Binary11000001001001101011001100010101111101010001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604956; }

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

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

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

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

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

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

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

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