Html Css Color HEX #614759 Liver

📋 copy color: '#614759'

red 97 ◦ green 71 ◦ blue 89

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

Shades of Liver #614759

Tints of Liver #614759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 37.74%
G = 27.63%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#614759 (or 0x614759) is known color: Liver. HEX triplet: 61, 47 and 59. RGB value is (97,71,89). Sum of RGB (Red+Green+Blue) = 97+71+89=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614759 is #9EB8A6. Grayscale: #505050. Windows color (decimal): -10401959 or 5850977. OLE color: 5850977.

HSL color Cylindrical-coordinate representation of color #614759: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614759 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 89 -
CMYK 0 0.27 0.08 0.62
HSL 318.46º 0.15% 0.33% -
HSV(B) 318.46º 0.27% 0.38% -
XYZ 8.99 7.77 10.48 -
YUV 80.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 97 71 89 0 0.27 0.08 0.62 318.46 0.15 0.33
Hex 61 47 59 0 1B 8 3E 13E F 21
Octal 141 107 131 0 33 10 76 476 17 41
Binary 1100001 1000111 1011001 0 11011 1000 111110 100111110 1111 100001

Color Harmonies of #614759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614759

Black with #614759

Text Example


Text Example

White with #614759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614759; }

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

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

background-color css

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

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

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

border-color css

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

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

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