#644055

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

Shades of Finn #644055

Tints of Finn #644055

Color information

#644055 (or 0x644055) is unknown color: approx Finn. HEX triplet: 64, 40 and 55. RGB value is (100,64,85). Sum of RGB (Red+Green+Blue) = 100+64+85=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #644055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644055 is #9BBFAA. Grayscale: #4D4D4D. Windows color (decimal): -10207147 or 5587044. OLE color: 5587044.

HSL color Cylindrical-coordinate representation of color #644055: hue angle of 325º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644055 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB1006485-
CMYK00.360.150.61
HSL325º21.95%32.16%-
HSV(B)325º36%39.22%-
XYZ8.737.039.49-
YUV77.16132.43144.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=40.16%
G=25.70%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100648500.360.150.6132521.9532.16
Hex644055024F3D1451620
Octal14410012504417755052640
Binary1100100100000010101010100100111111110110100010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644055; }

 p { color: rgb(100,64,85); }

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

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

 a { background-color: rgb(100,64,85); }

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

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

 span { border-color: rgb(100,64,85); }

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