#644151

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

Shades of Finn #644151

Tints of Finn #644151

Color information

#644151 (or 0x644151) is unknown color: approx Finn. HEX triplet: 64, 41 and 51. RGB value is (100,65,81). Sum of RGB (Red+Green+Blue) = 100+65+81=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #644151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644151 is #9BBEAE. Grayscale: #4D4D4D. Windows color (decimal): -10206895 or 5325156. OLE color: 5325156.

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

Color convert

RGB1006581-
CMYK00.350.190.61
HSL332.57º21.21%32.35%-
HSV(B)332.57º35%39.22%-
XYZ8.637.088.7-
YUV77.29130.1144.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=40.65%
G=26.42%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100658100.350.190.61332.5721.2132.35
Hex644151023133D14d1520
Octal14410112104323755152540
Binary11001001000001101000101000111001111110110100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644151; }

 p { color: rgb(100,65,81); }

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

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

 a { background-color: rgb(100,65,81); }

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

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

 span { border-color: rgb(100,65,81); }

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