#614B59

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

Shades of Liver #614B59

Tints of Liver #614B59

Color information

#614B59 (or 0x614B59) is unknown color: approx Liver. HEX triplet: 61, 4B and 59. RGB value is (97,75,89). Sum of RGB (Red+Green+Blue) = 97+75+89=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #614B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B59 is #9EB4A6. Grayscale: #535353. Windows color (decimal): -10400935 or 5852001. OLE color: 5852001.

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

Color convert

RGB977589-
CMYK00.230.080.62
HSL321.82º12.79%33.73%-
HSV(B)321.82º22.68%38.04%-
XYZ9.258.2910.56-
YUV83.17131.29137.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=37.16%
G=28.74%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97758900.230.080.62321.8212.7933.73
Hex614B5901783E142d22
Octal14111313102710765021542
Binary11000011001011101100101011110001111101010000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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