#614E5B

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

Shades of Liver #614E5B

Tints of Liver #614E5B

Color information

#614E5B (or 0x614E5B) is unknown color: approx Liver. HEX triplet: 61, 4E and 5B. RGB value is (97,78,91). Sum of RGB (Red+Green+Blue) = 97+78+91=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #614E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E5B is #9EB1A4. Grayscale: #555555. Windows color (decimal): -10400165 or 5983841. OLE color: 5983841.

HSL color Cylindrical-coordinate representation of color #614E5B: hue angle of 318.95º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E5B is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB977891-
CMYK00.200.060.62
HSL318.95º10.86%34.31%-
HSV(B)318.95º19.59%38.04%-
XYZ9.548.7511.08-
YUV85.16131.29136.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=36.47%
G=29.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97789100.200.060.62318.9510.8634.31
Hex614E5B01463E13fb22
Octal1411161330246764771342
Binary1100001100111010110110101001101111101001111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,91); }

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

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

 a { background-color: rgb(97,78,91); }

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

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

 span { border-color: rgb(97,78,91); }

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