#614658

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

Shades of Liver #614658

Tints of Liver #614658

Color information

#614658 (or 0x614658) is unknown color: approx Liver. HEX triplet: 61, 46 and 58. RGB value is (97,70,88). Sum of RGB (Red+Green+Blue) = 97+70+88=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614658 is #9EB9A7. Grayscale: #505050. Windows color (decimal): -10402216 or 5785185. OLE color: 5785185.

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

Color convert

RGB977088-
CMYK00.280.090.62
HSL320º16.17%32.75%-
HSV(B)320º27.84%38.04%-
XYZ8.887.6310.24-
YUV80.12132.45140.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=38.04%
G=27.45%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97708800.280.090.6232016.1732.75
Hex61465801C93E1401021
Octal14110613003411765002041
Binary110000110001101011000011100100111111010100000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614658; }

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

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

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

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

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

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

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

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