#644353

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

Shades of Finn #644353

Tints of Finn #644353

Color information

#644353 (or 0x644353) is unknown color: approx Finn. HEX triplet: 64, 43 and 53. RGB value is (100,67,83). Sum of RGB (Red+Green+Blue) = 100+67+83=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #644353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644353 is #9BBCAC. Grayscale: #4E4E4E. Windows color (decimal): -10206381 or 5456740. OLE color: 5456740.

HSL color Cylindrical-coordinate representation of color #644353: hue angle of 330.91º 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 #644353 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB1006783-
CMYK00.330.170.61
HSL330.91º19.76%32.75%-
HSV(B)330.91º33%39.22%-
XYZ8.827.359.14-
YUV78.69130.43143.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=40%
G=26.8%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100678300.330.170.61330.9119.7632.75
Hex644353021113D14b1421
Octal14410312304121755132441
Binary11001001000011101001101000011000111110110100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644353; }

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

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

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

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

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

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

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

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