Html Css Color HEX #614A58 Liver

📋 copy color: '#614A58'

red 97 ◦ green 74 ◦ blue 88

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

Shades of Liver #614A58

Tints of Liver #614A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.98%

R = 37.45%
G = 28.57%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#614A58 (or 0x614A58) is known color: Liver. HEX triplet: 61, 4A and 58. RGB value is (97,74,88). Sum of RGB (Red+Green+Blue) = 97+74+88=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #614A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A58 is #9EB5A7. Grayscale: #525252. Windows color (decimal): -10401192 or 5786209. OLE color: 5786209.

HSL color Cylindrical-coordinate representation of color #614A58: hue angle of 323.48º 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 #614A58 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 88 -
CMYK 0 0.24 0.09 0.62
HSL 323.48º 0.13% 0.34% -
HSV(B) 323.48º 0.24% 0.38% -
XYZ 9.14 8.14 10.32 -
YUV 82.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 97 74 88 0 0.24 0.09 0.62 323.48 0.13 0.34
Hex 61 4A 58 0 18 9 3E 143 D 22
Octal 141 112 130 0 30 11 76 503 15 42
Binary 1100001 1001010 1011000 0 11000 1001 111110 101000011 1101 100010

Color Harmonies of #614A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A58

Black with #614A58

Text Example


Text Example

White with #614A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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