#644359

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

Shades of Finn #644359

Tints of Finn #644359

Color information

#644359 (or 0x644359) is unknown color: approx Finn. HEX triplet: 64, 43 and 59. RGB value is (100,67,89). Sum of RGB (Red+Green+Blue) = 100+67+89=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #644359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644359 is #9BBCA6. Grayscale: #4F4F4F. Windows color (decimal): -10206375 or 5849956. OLE color: 5849956.

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

Color convert

RGB1006789-
CMYK00.330.110.61
HSL320º19.76%32.75%-
HSV(B)320º33%39.22%-
XYZ9.077.4410.41-
YUV79.38133.43142.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=39.06%
G=26.17%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100678900.330.110.6132019.7632.75
Hex644359021B3D1401421
Octal14410313104113755002441
Binary1100100100001110110010100001101111110110100000010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644359; }

 p { color: rgb(100,67,89); }

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

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

 a { background-color: rgb(100,67,89); }

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

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

 span { border-color: rgb(100,67,89); }

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