#644A56

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

Shades of Finn #644A56

Tints of Finn #644A56

Color information

#644A56 (or 0x644A56) is unknown color: approx Finn. HEX triplet: 64, 4A and 56. RGB value is (100,74,86). Sum of RGB (Red+Green+Blue) = 100+74+86=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #644A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A56 is #9BB5A9. Grayscale: #535353. Windows color (decimal): -10204586 or 5655140. OLE color: 5655140.

HSL color Cylindrical-coordinate representation of color #644A56: hue angle of 332.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #644A56 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1007486-
CMYK00.260.140.61
HSL332.31º14.94%34.12%-
HSV(B)332.31º26%39.22%-
XYZ9.388.289.91-
YUV83.14129.61140.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=38.46%
G=28.46%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100748600.260.140.61332.3114.9434.12
Hex644A5601AE3D14cf22
Octal14411212603216755141742
Binary11001001001010101011001101011101111011010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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