Html Css Color HEX #614A59 Liver

📋 copy color: '#614A59'

red 97 ◦ green 74 ◦ blue 89

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

Shades of Liver #614A59

Tints of Liver #614A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 37.31%
G = 28.46%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#614A59 (or 0x614A59) is known color: Liver. HEX triplet: 61, 4A and 59. RGB value is (97,74,89). Sum of RGB (Red+Green+Blue) = 97+74+89=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #614A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A59 is #9EB5A6. Grayscale: #525252. Windows color (decimal): -10401191 or 5851745. OLE color: 5851745.

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

Color convert

RGB 97 74 89 -
CMYK 0 0.24 0.08 0.62
HSL 320.87º 0.13% 0.34% -
HSV(B) 320.87º 0.24% 0.38% -
XYZ 9.18 8.16 10.54 -
YUV 82.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 97 74 89 0 0.24 0.08 0.62 320.87 0.13 0.34
Hex 61 4A 59 0 18 8 3E 141 D 22
Octal 141 112 131 0 30 10 76 501 15 42
Binary 1100001 1001010 1011001 0 11000 1000 111110 101000001 1101 100010

Color Harmonies of #614A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A59

Black with #614A59

Text Example


Text Example

White with #614A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,89); }

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

background-color css

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

 a { background-color: rgb(97,74,89); }

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

border-color css

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

 span { border-color: rgb(97,74,89); }

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