#644D54

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

Shades of Finn #644D54

Tints of Finn #644D54

Color information

#644D54 (or 0x644D54) is unknown color: approx Finn. HEX triplet: 64, 4D and 54. RGB value is (100,77,84). Sum of RGB (Red+Green+Blue) = 100+77+84=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #644D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D54 is #9BB2AB. Grayscale: #545454. Windows color (decimal): -10203820 or 5524836. OLE color: 5524836.

HSL color Cylindrical-coordinate representation of color #644D54: hue angle of 341.74º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644D54 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB1007784-
CMYK00.230.160.61
HSL341.74º12.99%34.71%-
HSV(B)341.74º23%39.22%-
XYZ9.518.669.56-
YUV84.67127.62138.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=38.31%
G=29.50%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100778400.230.160.61341.7412.9934.71
Hex644D54017103D156d23
Octal14411512402720755261543
Binary110010010011011010100010111100001111011010101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644D54; }

 p { color: rgb(100,77,84); }

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

<style>
 a { background-color: #644D54; }

 a { background-color: rgb(100,77,84); }

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

<style>
 span { border-color: #644D54; }

 span { border-color: rgb(100,77,84); }

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