#614F5A

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

Shades of Liver #614F5A

Tints of Liver #614F5A

Color information

#614F5A (or 0x614F5A) is unknown color: approx Liver. HEX triplet: 61, 4F and 5A. RGB value is (97,79,90). Sum of RGB (Red+Green+Blue) = 97+79+90=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #614F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F5A is #9EB0A5. Grayscale: #555555. Windows color (decimal): -10399910 or 5918561. OLE color: 5918561.

HSL color Cylindrical-coordinate representation of color #614F5A: hue angle of 323.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #614F5A is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB977990-
CMYK00.190.070.62
HSL323.33º10.23%34.51%-
HSV(B)323.33º18.56%38.04%-
XYZ9.578.8710.88-
YUV85.64130.46136.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=36.47%
G=29.70%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97799000.190.070.62323.3310.2334.51
Hex614F5A01373E143a23
Octal1411171320237765031243
Binary1100001100111110110100100111111111101010000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,90); }

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

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

 a { background-color: rgb(97,79,90); }

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

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

 span { border-color: rgb(97,79,90); }

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