#614C5A

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

Shades of Liver #614C5A

Tints of Liver #614C5A

Color information

#614C5A (or 0x614C5A) is unknown color: approx Liver. HEX triplet: 61, 4C and 5A. RGB value is (97,76,90). Sum of RGB (Red+Green+Blue) = 97+76+90=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #614C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C5A is #9EB3A5. Grayscale: #535353. Windows color (decimal): -10400678 or 5917793. OLE color: 5917793.

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

Color convert

RGB977690-
CMYK00.220.070.62
HSL320º12.14%33.92%-
HSV(B)320º21.65%38.04%-
XYZ9.368.4510.81-
YUV83.88131.46137.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=36.88%
G=28.90%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97769000.220.070.6232012.1433.92
Hex614C5A01673E140c22
Octal1411141320267765001442
Binary1100001100110010110100101101111111101010000001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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