#643855

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

Shades of Finn #643855

Tints of Finn #643855

Color information

#643855 (or 0x643855) is unknown color: approx Finn. HEX triplet: 64, 38 and 55. RGB value is (100,56,85). Sum of RGB (Red+Green+Blue) = 100+56+85=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #643855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643855 is #9BC7AA. Grayscale: #484848. Windows color (decimal): -10209195 or 5584996. OLE color: 5584996.

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

Color convert

RGB1005685-
CMYK00.440.150.61
HSL320.45º28.21%30.59%-
HSV(B)320.45º44%39.22%-
XYZ8.316.199.35-
YUV72.46135.08147.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=41.49%
G=23.24%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100568500.440.150.61320.4528.2130.59
Hex64385502CF3D1401c1f
Octal1447012505417755003437
Binary11001001110001010101010110011111111011010000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643855; }

 p { color: rgb(100,56,85); }

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

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

 a { background-color: rgb(100,56,85); }

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

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

 span { border-color: rgb(100,56,85); }

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