#644958

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

Shades of Finn #644958

Tints of Finn #644958

Color information

#644958 (or 0x644958) is unknown color: approx Finn. HEX triplet: 64, 49 and 58. RGB value is (100,73,88). Sum of RGB (Red+Green+Blue) = 100+73+88=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #644958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644958 is #9BB6A7. Grayscale: #525252. Windows color (decimal): -10204840 or 5785956. OLE color: 5785956.

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

Color convert

RGB1007388-
CMYK00.270.120.61
HSL326.67º15.61%33.92%-
HSV(B)326.67º27%39.22%-
XYZ9.48.1810.32-
YUV82.78130.95140.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=38.31%
G=27.97%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100738800.270.120.61326.6715.6133.92
Hex64495801BC3D1471022
Octal14411113003314755072042
Binary110010010010011011000011011110011110110100011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644958; }

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

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

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

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

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

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

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

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