#644658

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

Shades of Finn #644658

Tints of Finn #644658

Color information

#644658 (or 0x644658) is unknown color: approx Finn. HEX triplet: 64, 46 and 58. RGB value is (100,70,88). Sum of RGB (Red+Green+Blue) = 100+70+88=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #644658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644658 is #9BB9A7. Grayscale: #505050. Windows color (decimal): -10205608 or 5785188. OLE color: 5785188.

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

Color convert

RGB1007088-
CMYK00.300.120.61
HSL324º17.65%33.33%-
HSV(B)324º30%39.22%-
XYZ9.217.7910.25-
YUV81.02131.94141.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=38.76%
G=27.13%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100708800.300.120.6132417.6533.33
Hex64465801EC3D1441221
Octal14410613003614755042241
Binary110010010001101011000011110110011110110100010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644658; }

 p { color: rgb(100,70,88); }

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

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

 a { background-color: rgb(100,70,88); }

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

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

 span { border-color: rgb(100,70,88); }

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