#644552

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

Shades of Finn #644552

Tints of Finn #644552

Color information

#644552 (or 0x644552) is unknown color: approx Finn. HEX triplet: 64, 45 and 52. RGB value is (100,69,82). Sum of RGB (Red+Green+Blue) = 100+69+82=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #644552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644552 is #9BBAAD. Grayscale: #4F4F4F. Windows color (decimal): -10205870 or 5391716. OLE color: 5391716.

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

Color convert

RGB1006982-
CMYK00.310.180.61
HSL334.84º18.34%33.14%-
HSV(B)334.84º31%39.22%-
XYZ8.917.578.98-
YUV79.75129.27142.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=39.84%
G=27.49%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100698200.310.180.61334.8418.3433.14
Hex64455201F123D14f1221
Octal14410512203722755172241
Binary1100100100010110100100111111001011110110100111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644552; }

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

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

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

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

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

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

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

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