#614A59

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

Shades of Liver #614A59

Tints of Liver #614A59

Color information

#614A59 (or 0x614A59) is unknown color: approx Liver. HEX triplet: 61, 4A and 59. RGB value is (97,74,89). Sum of RGB (Red+Green+Blue) = 97+74+89=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #614A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A59 is #9EB5A6. Grayscale: #525252. Windows color (decimal): -10401191 or 5851745. OLE color: 5851745.

HSL color Cylindrical-coordinate representation of color #614A59: hue angle of 320.87º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A59 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB977489-
CMYK00.240.080.62
HSL320.87º13.45%33.53%-
HSV(B)320.87º23.71%38.04%-
XYZ9.188.1610.54-
YUV82.59131.62138.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=37.31%
G=28.46%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97748900.240.080.62320.8713.4533.53
Hex614A5901883E141d22
Octal14111213103010765011542
Binary11000011001010101100101100010001111101010000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A59; }

 p { color: rgb(97,74,89); }

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

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

 a { background-color: rgb(97,74,89); }

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

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

 span { border-color: rgb(97,74,89); }

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