#644350

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

Shades of Finn #644350

Tints of Finn #644350

Color information

#644350 (or 0x644350) is unknown color: approx Finn. HEX triplet: 64, 43 and 50. RGB value is (100,67,80). Sum of RGB (Red+Green+Blue) = 100+67+80=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #644350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644350 is #9BBCAF. Grayscale: #4E4E4E. Windows color (decimal): -10206384 or 5260132. OLE color: 5260132.

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

Color convert

RGB1006780-
CMYK00.330.20.61
HSL336.36º19.76%32.75%-
HSV(B)336.36º33%39.22%-
XYZ8.717.38.54-
YUV78.35128.93143.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=40.49%
G=27.13%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100678000.330.20.61336.3619.7632.75
Hex644350021143D1501421
Octal14410312004124755202441
Binary11001001000011101000001000011010011110110101000010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644350; }

 p { color: rgb(100,67,80); }

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

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

 a { background-color: rgb(100,67,80); }

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

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

 span { border-color: rgb(100,67,80); }

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