#614A58

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

Shades of Liver #614A58

Tints of Liver #614A58

Color information

#614A58 (or 0x614A58) is unknown color: approx Liver. HEX triplet: 61, 4A and 58. RGB value is (97,74,88). Sum of RGB (Red+Green+Blue) = 97+74+88=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #614A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A58 is #9EB5A7. Grayscale: #525252. Windows color (decimal): -10401192 or 5786209. OLE color: 5786209.

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

Color convert

RGB977488-
CMYK00.240.090.62
HSL323.48º13.45%33.53%-
HSV(B)323.48º23.71%38.04%-
XYZ9.148.1410.32-
YUV82.47131.12138.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=37.45%
G=28.57%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97748800.240.090.62323.4813.4533.53
Hex614A5801893E143d22
Octal14111213003011765031542
Binary11000011001010101100001100010011111101010000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,88); }

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

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

 a { background-color: rgb(97,74,88); }

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

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

 span { border-color: rgb(97,74,88); }

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