#614759

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

Shades of Liver #614759

Tints of Liver #614759

Color information

#614759 (or 0x614759) is unknown color: approx Liver. HEX triplet: 61, 47 and 59. RGB value is (97,71,89). Sum of RGB (Red+Green+Blue) = 97+71+89=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614759 is #9EB8A6. Grayscale: #505050. Windows color (decimal): -10401959 or 5850977. OLE color: 5850977.

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

Color convert

RGB977189-
CMYK00.270.080.62
HSL318.46º15.48%32.94%-
HSV(B)318.46º26.8%38.04%-
XYZ8.997.7710.48-
YUV80.83132.61139.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=37.74%
G=27.63%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97718900.270.080.62318.4615.4832.94
Hex61475901B83E13ef21
Octal14110713103310764761741
Binary11000011000111101100101101110001111101001111101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614759; }

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

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

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

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

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

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

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

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