#644551

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

Shades of Finn #644551

Tints of Finn #644551

Color information

#644551 (or 0x644551) is unknown color: approx Finn. HEX triplet: 64, 45 and 51. RGB value is (100,69,81). Sum of RGB (Red+Green+Blue) = 100+69+81=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #644551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644551 is #9BBAAE. Grayscale: #4F4F4F. Windows color (decimal): -10205871 or 5326180. OLE color: 5326180.

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

Color convert

RGB1006981-
CMYK00.310.190.61
HSL336.77º18.34%33.14%-
HSV(B)336.77º31%39.22%-
XYZ8.877.568.78-
YUV79.64128.77142.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=40%
G=27.6%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100698100.310.190.61336.7718.3433.14
Hex64455101F133D1511221
Octal14410512103723755212241
Binary1100100100010110100010111111001111110110101000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644551; }

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

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

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

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

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

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

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

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