Html Css Color HEX #614A56 Finn

📋 copy color: '#614A56'

red 97 ◦ green 74 ◦ blue 86

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

Shades of Finn #614A56

Tints of Finn #614A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 37.74%
G = 28.79%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#614A56 (or 0x614A56) is known color: Finn. HEX triplet: 61, 4A and 56. RGB value is (97,74,86). Sum of RGB (Red+Green+Blue) = 97+74+86=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A56 is #9EB5A9. Grayscale: #525252. Windows color (decimal): -10401194 or 5655137. OLE color: 5655137.

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

Color convert

RGB 97 74 86 -
CMYK 0 0.24 0.11 0.62
HSL 328.7º 0.13% 0.34% -
HSV(B) 328.7º 0.24% 0.38% -
XYZ 9.06 8.11 9.89 -
YUV 82.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 97 74 86 0 0.24 0.11 0.62 328.7 0.13 0.34
Hex 61 4A 56 0 18 B 3E 149 D 22
Octal 141 112 126 0 30 13 76 511 15 42
Binary 1100001 1001010 1010110 0 11000 1011 111110 101001001 1101 100010

Color Harmonies of #614A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A56

Black with #614A56

Text Example


Text Example

White with #614A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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