#644D5C

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

Shades of Finn #644D5C

Tints of Finn #644D5C

Color information

#644D5C (or 0x644D5C) is unknown color: approx Finn. HEX triplet: 64, 4D and 5C. RGB value is (100,77,92). Sum of RGB (Red+Green+Blue) = 100+77+92=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #644D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D5C is #9BB2A3. Grayscale: #555555. Windows color (decimal): -10203812 or 6049124. OLE color: 6049124.

HSL color Cylindrical-coordinate representation of color #644D5C: hue angle of 320.87º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644D5C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1007792-
CMYK00.230.080.61
HSL320.87º12.99%34.71%-
HSV(B)320.87º23%39.22%-
XYZ9.848.7911.3-
YUV85.59131.62138.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=37.17%
G=28.62%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100779200.230.080.61320.8712.9934.71
Hex644D5C01783D141d23
Octal14411513402710755011543
Binary11001001001101101110001011110001111011010000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,77,92); }

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

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

 a { background-color: rgb(100,77,92); }

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

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

 span { border-color: rgb(100,77,92); }

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