#614C59

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

Shades of Liver #614C59

Tints of Liver #614C59

Color information

#614C59 (or 0x614C59) is unknown color: approx Liver. HEX triplet: 61, 4C and 59. RGB value is (97,76,89). Sum of RGB (Red+Green+Blue) = 97+76+89=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C59 is #9EB3A6. Grayscale: #535353. Windows color (decimal): -10400679 or 5852257. OLE color: 5852257.

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

Color convert

RGB977689-
CMYK00.220.080.62
HSL322.86º12.14%33.92%-
HSV(B)322.86º21.65%38.04%-
XYZ9.328.4310.59-
YUV83.76130.96137.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=37.02%
G=29.01%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97768900.220.080.62322.8612.1433.92
Hex614C5901683E143c22
Octal14111413102610765031442
Binary11000011001100101100101011010001111101010000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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