#644556

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

Shades of Finn #644556

Tints of Finn #644556

Color information

#644556 (or 0x644556) is unknown color: approx Finn. HEX triplet: 64, 45 and 56. RGB value is (100,69,86). Sum of RGB (Red+Green+Blue) = 100+69+86=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #644556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644556 is #9BBAA9. Grayscale: #505050. Windows color (decimal): -10205866 or 5653860. OLE color: 5653860.

HSL color Cylindrical-coordinate representation of color #644556: hue angle of 327.1º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644556 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1006986-
CMYK00.310.140.61
HSL327.1º18.34%33.14%-
HSV(B)327.1º31%39.22%-
XYZ9.067.649.8-
YUV80.21131.27142.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=39.22%
G=27.06%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100698600.310.140.61327.118.3433.14
Hex64455601FE3D1471221
Octal14410512603716755072241
Binary110010010001011010110011111111011110110100011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644556; }

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

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

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

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

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

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

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

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