Html Css Color HEX #614F5B Liver

📋 copy color: '#614F5B'

red 97 ◦ green 79 ◦ blue 91

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

Shades of Liver #614F5B

Tints of Liver #614F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

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

R = 36.33%
G = 29.59%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#614F5B (or 0x614F5B) is known color: Liver. HEX triplet: 61, 4F and 5B. RGB value is (97,79,91). Sum of RGB (Red+Green+Blue) = 97+79+91=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #614F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F5B is #9EB0A4. Grayscale: #555555. Windows color (decimal): -10399909 or 5984097. OLE color: 5984097.

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

Color convert

RGB 97 79 91 -
CMYK 0 0.19 0.06 0.62
HSL 320º 0.1% 0.35% -
HSV(B) 320º 0.19% 0.38% -
XYZ 9.61 8.89 11.11 -
YUV 85.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 97 79 91 0 0.19 0.06 0.62 320 0.1 0.35
Hex 61 4F 5B 0 13 6 3E 140 A 23
Octal 141 117 133 0 23 6 76 500 12 43
Binary 1100001 1001111 1011011 0 10011 110 111110 101000000 1010 100011

Color Harmonies of #614F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F5B

Black with #614F5B

Text Example


Text Example

White with #614F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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