#614E5A

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

Shades of Liver #614E5A

Tints of Liver #614E5A

Color information

#614E5A (or 0x614E5A) is unknown color: approx Liver. HEX triplet: 61, 4E and 5A. RGB value is (97,78,90). Sum of RGB (Red+Green+Blue) = 97+78+90=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #614E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E5A is #9EB1A5. Grayscale: #555555. Windows color (decimal): -10400166 or 5918305. OLE color: 5918305.

HSL color Cylindrical-coordinate representation of color #614E5A: hue angle of 322.11º 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 #614E5A is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB977890-
CMYK00.200.070.62
HSL322.11º10.86%34.31%-
HSV(B)322.11º19.59%38.04%-
XYZ9.58.7310.86-
YUV85.05130.79136.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=36.60%
G=29.43%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97789000.200.070.62322.1110.8634.31
Hex614E5A01473E142b22
Octal1411161320247765021342
Binary1100001100111010110100101001111111101010000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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