Html Css Color HEX #614E5B Liver

📋 copy color: '#614E5B'

red 97 ◦ green 78 ◦ blue 91

#614E5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #614E5B

Tints of Liver #614E5B

RGB

 RED value IS 97 (38.28% from 255) = 36.47%

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 36.47%
G = 29.32%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#614E5B (or 0x614E5B) is known color: Liver. HEX triplet: 61, 4E and 5B. RGB value is (97,78,91). Sum of RGB (Red+Green+Blue) = 97+78+91=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #614E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E5B is #9EB1A4. Grayscale: #555555. Windows color (decimal): -10400165 or 5983841. OLE color: 5983841.

HSL color Cylindrical-coordinate representation of color #614E5B: hue angle of 318.95º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E5B is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 78 91 -
CMYK 0 0.20 0.06 0.62
HSL 318.95º 0.11% 0.34% -
HSV(B) 318.95º 0.2% 0.38% -
XYZ 9.54 8.75 11.08 -
YUV 85.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 97 78 91 0 0.20 0.06 0.62 318.95 0.11 0.34
Hex 61 4E 5B 0 14 6 3E 13F B 22
Octal 141 116 133 0 24 6 76 477 13 42
Binary 1100001 1001110 1011011 0 10100 110 111110 100111111 1011 100010

Color Harmonies of #614E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E5B

Black with #614E5B

Text Example


Text Example

White with #614E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,91); }

 H1.HeaderClassName
 {
   color: #614E5B;
 }
 .AnyTagClassName
 {
   color: #614E5B;
 }
</style>

background-color css

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

 a { background-color: rgb(97,78,91); }

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

border-color css

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

 span { border-color: rgb(97,78,91); }

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