Html Css Color HEX #614C5B Liver

📋 copy color: '#614C5B'

red 97 ◦ green 76 ◦ blue 91

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

Shades of Liver #614C5B

Tints of Liver #614C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

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

R = 36.74%
G = 28.79%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#614C5B (or 0x614C5B) is known color: Liver. HEX triplet: 61, 4C and 5B. RGB value is (97,76,91). Sum of RGB (Red+Green+Blue) = 97+76+91=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #614C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C5B is #9EB3A4. Grayscale: #535353. Windows color (decimal): -10400677 or 5983329. OLE color: 5983329.

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

Color convert

RGB 97 76 91 -
CMYK 0 0.22 0.06 0.62
HSL 317.14º 0.12% 0.34% -
HSV(B) 317.14º 0.22% 0.38% -
XYZ 9.4 8.47 11.04 -
YUV 83.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 97 76 91 0 0.22 0.06 0.62 317.14 0.12 0.34
Hex 61 4C 5B 0 16 6 3E 13D C 22
Octal 141 114 133 0 26 6 76 475 14 42
Binary 1100001 1001100 1011011 0 10110 110 111110 100111101 1100 100010

Color Harmonies of #614C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C5B

Black with #614C5B

Text Example


Text Example

White with #614C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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