#643850

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

Shades of Finn #643850

Tints of Finn #643850

Color information

#643850 (or 0x643850) is unknown color: approx Finn. HEX triplet: 64, 38 and 50. RGB value is (100,56,80). Sum of RGB (Red+Green+Blue) = 100+56+80=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #643850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643850 is #9BC7AF. Grayscale: #474747. Windows color (decimal): -10209200 or 5257316. OLE color: 5257316.

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

Color convert

RGB1005680-
CMYK00.440.20.61
HSL327.27º28.21%30.59%-
HSV(B)327.27º44%39.22%-
XYZ8.126.128.34-
YUV71.89132.58148.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=42.37%
G=23.73%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100568000.440.20.61327.2728.2130.59
Hex64385002C143D1471c1f
Octal1447012005424755073437
Binary110010011100010100000101100101001111011010001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643850; }

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

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

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

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

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

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

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

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