#644352

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

Shades of Finn #644352

Tints of Finn #644352

Color information

#644352 (or 0x644352) is unknown color: approx Finn. HEX triplet: 64, 43 and 52. RGB value is (100,67,82). Sum of RGB (Red+Green+Blue) = 100+67+82=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #644352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644352 is #9BBCAD. Grayscale: #4E4E4E. Windows color (decimal): -10206382 or 5391204. OLE color: 5391204.

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

Color convert

RGB1006782-
CMYK00.330.180.61
HSL332.73º19.76%32.75%-
HSV(B)332.73º33%39.22%-
XYZ8.797.338.93-
YUV78.58129.93143.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=40.16%
G=26.91%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100678200.330.180.61332.7319.7632.75
Hex644352021123D14d1421
Octal14410312204122755152441
Binary11001001000011101001001000011001011110110100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644352; }

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

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

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

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

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

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

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

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