#614457

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

Shades of Liver #614457

Tints of Liver #614457

Color information

#614457 (or 0x614457) is unknown color: approx Liver. HEX triplet: 61, 44 and 57. RGB value is (97,68,87). Sum of RGB (Red+Green+Blue) = 97+68+87=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #614457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614457 is #9EBBA8. Grayscale: #4E4E4E. Windows color (decimal): -10402729 or 5719137. OLE color: 5719137.

HSL color Cylindrical-coordinate representation of color #614457: hue angle of 320.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614457 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB976887-
CMYK00.300.100.62
HSL320.69º17.58%32.35%-
HSV(B)320.69º29.9%38.04%-
XYZ8.727.369.98-
YUV78.84132.61140.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=38.49%
G=26.98%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688700.300.100.62320.6917.5832.35
Hex61445701EA3E1411220
Octal14110412703612765012240
Binary110000110001001010111011110101011111010100000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614457; }

 p { color: rgb(97,68,87); }

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

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

 a { background-color: rgb(97,68,87); }

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

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

 span { border-color: rgb(97,68,87); }

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