Html Css Color HEX #614D5A Liver

📋 copy color: '#614D5A'

red 97 ◦ green 77 ◦ blue 90

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

Shades of Liver #614D5A

Tints of Liver #614D5A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 36.74%
G = 29.17%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#614D5A (or 0x614D5A) is known color: Liver. HEX triplet: 61, 4D and 5A. RGB value is (97,77,90). Sum of RGB (Red+Green+Blue) = 97+77+90=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #614D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D5A is #9EB2A5. Grayscale: #545454. Windows color (decimal): -10400422 or 5918049. OLE color: 5918049.

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

Color convert

RGB 97 77 90 -
CMYK 0 0.21 0.07 0.62
HSL 321º 0.11% 0.34% -
HSV(B) 321º 0.21% 0.38% -
XYZ 9.43 8.59 10.83 -
YUV 84.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 97 77 90 0 0.21 0.07 0.62 321 0.11 0.34
Hex 61 4D 5A 0 15 7 3E 141 B 22
Octal 141 115 132 0 25 7 76 501 13 42
Binary 1100001 1001101 1011010 0 10101 111 111110 101000001 1011 100010

Color Harmonies of #614D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D5A

Black with #614D5A

Text Example


Text Example

White with #614D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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