#614B5A

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

Shades of Liver #614B5A

Tints of Liver #614B5A

Color information

#614B5A (or 0x614B5A) is unknown color: approx Liver. HEX triplet: 61, 4B and 5A. RGB value is (97,75,90). Sum of RGB (Red+Green+Blue) = 97+75+90=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B5A is #9EB4A5. Grayscale: #535353. Windows color (decimal): -10400934 or 5917537. OLE color: 5917537.

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

Color convert

RGB977590-
CMYK00.230.070.62
HSL319.09º12.79%33.73%-
HSV(B)319.09º22.68%38.04%-
XYZ9.298.3110.79-
YUV83.29131.79137.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=37.02%
G=28.63%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97759000.230.070.62319.0912.7933.73
Hex614B5A01773E13fd22
Octal1411131320277764771542
Binary1100001100101110110100101111111111101001111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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