#644750

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

Shades of Finn #644750

Tints of Finn #644750

Color information

#644750 (or 0x644750) is unknown color: approx Finn. HEX triplet: 64, 47 and 50. RGB value is (100,71,80). Sum of RGB (Red+Green+Blue) = 100+71+80=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #644750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644750 is #9BB8AF. Grayscale: #505050. Windows color (decimal): -10205360 or 5261156. OLE color: 5261156.

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

Color convert

RGB1007180-
CMYK00.290.20.61
HSL341.38º16.96%33.53%-
HSV(B)341.38º29%39.22%-
XYZ8.967.798.62-
YUV80.7127.61141.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=39.84%
G=28.29%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100718000.290.20.61341.3816.9633.53
Hex64475001D143D1551122
Octal14410712003524755252142
Binary1100100100011110100000111011010011110110101010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644750; }

 p { color: rgb(100,71,80); }

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

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

 a { background-color: rgb(100,71,80); }

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

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

 span { border-color: rgb(100,71,80); }

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