#614C56

Color #614C56 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #614C56

Tints of Finn #614C56

Color information

#614C56 (or 0x614C56) is unknown color: approx Finn. HEX triplet: 61, 4C and 56. RGB value is (97,76,86). Sum of RGB (Red+Green+Blue) = 97+76+86=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #614C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C56 is #9EB3A9. Grayscale: #535353. Windows color (decimal): -10400682 or 5655649. OLE color: 5655649.

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

Color convert

RGB977686-
CMYK00.220.110.62
HSL331.43º12.14%33.92%-
HSV(B)331.43º21.65%38.04%-
XYZ9.198.389.94-
YUV83.42129.46137.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=37.45%
G=29.34%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97768600.220.110.62331.4312.1433.92
Hex614C56016B3E14bc22
Octal14111412602613765131442
Binary11000011001100101011001011010111111101010010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #614C56;
 }
 .AnyTagClassName
 {
   color: #614C56;
 }
</style>
background-color css

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

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

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

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

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

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