#643F4E

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

Shades of Finn #643F4E

Tints of Finn #643F4E

Color information

#643F4E (or 0x643F4E) is unknown color: approx Finn. HEX triplet: 64, 3F and 4E. RGB value is (100,63,78). Sum of RGB (Red+Green+Blue) = 100+63+78=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #643F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F4E is #9BC0B1. Grayscale: #4B4B4B. Windows color (decimal): -10207410 or 5128036. OLE color: 5128036.

HSL color Cylindrical-coordinate representation of color #643F4E: hue angle of 335.68º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #643F4E is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1006378-
CMYK00.370.220.61
HSL335.68º22.7%31.96%-
HSV(B)335.68º37%39.22%-
XYZ8.416.818.08-
YUV75.77129.26145.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=41.49%
G=26.14%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100637800.370.220.61335.6822.731.96
Hex643F4E025163D1501720
Octal1447711604526755202740
Binary1100100111111100111001001011011011110110101000010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643F4E; }

 p { color: rgb(100,63,78); }

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

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

 a { background-color: rgb(100,63,78); }

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

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

 span { border-color: rgb(100,63,78); }

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