#614858

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

Shades of Liver #614858

Tints of Liver #614858

Color information

#614858 (or 0x614858) is unknown color: approx Liver. HEX triplet: 61, 48 and 58. RGB value is (97,72,88). Sum of RGB (Red+Green+Blue) = 97+72+88=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614858 is #9EB7A7. Grayscale: #515151. Windows color (decimal): -10401704 or 5785697. OLE color: 5785697.

HSL color Cylindrical-coordinate representation of color #614858: hue angle of 321.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614858 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB977288-
CMYK00.260.090.62
HSL321.6º14.79%33.14%-
HSV(B)321.6º25.77%38.04%-
XYZ9.017.8810.28-
YUV81.3131.78139.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=37.74%
G=28.02%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97728800.260.090.62321.614.7933.14
Hex61485801A93E142f21
Octal14111013003211765021741
Binary11000011001000101100001101010011111101010000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614858; }

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

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

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

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

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

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

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

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