#644F58

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

Shades of Finn #644F58

Tints of Finn #644F58

Color information

#644F58 (or 0x644F58) is unknown color: approx Finn. HEX triplet: 64, 4F and 58. RGB value is (100,79,88). Sum of RGB (Red+Green+Blue) = 100+79+88=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #644F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644F58 is #9BB0A7. Grayscale: #565656. Windows color (decimal): -10203304 or 5787492. OLE color: 5787492.

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

Color convert

RGB1007988-
CMYK00.210.120.61
HSL334.29º11.73%35.1%-
HSV(B)334.29º21%39.22%-
XYZ9.819.0110.45-
YUV86.3128.96137.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=37.45%
G=29.59%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100798800.210.120.61334.2911.7335.1
Hex644F58015C3D14ec23
Octal14411713002514755161443
Binary11001001001111101100001010111001111011010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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