#614357

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

Shades of Liver #614357

Tints of Liver #614357

Color information

#614357 (or 0x614357) is unknown color: approx Liver. HEX triplet: 61, 43 and 57. RGB value is (97,67,87). Sum of RGB (Red+Green+Blue) = 97+67+87=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614357 is #9EBCA8. Grayscale: #4E4E4E. Windows color (decimal): -10402985 or 5718881. OLE color: 5718881.

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

Color convert

RGB976787-
CMYK00.310.100.62
HSL320º18.29%32.16%-
HSV(B)320º30.93%38.04%-
XYZ8.667.249.96-
YUV78.25132.94141.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=38.65%
G=26.69%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97678700.310.100.6232018.2932.16
Hex61435701FA3E1401220
Octal14110312703712765002240
Binary110000110000111010111011111101011111010100000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614357; }

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

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

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

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

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

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

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

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