#643953

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

Shades of Finn #643953

Tints of Finn #643953

Color information

#643953 (or 0x643953) is unknown color: approx Finn. HEX triplet: 64, 39 and 53. RGB value is (100,57,83). Sum of RGB (Red+Green+Blue) = 100+57+83=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #643953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643953 is #9BC6AC. Grayscale: #484848. Windows color (decimal): -10208941 or 5454180. OLE color: 5454180.

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

Color convert

RGB1005783-
CMYK00.430.170.61
HSL323.72º27.39%30.78%-
HSV(B)323.72º43%39.22%-
XYZ8.286.268.96-
YUV72.82133.75147.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=41.67%
G=23.75%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100578300.430.170.61323.7227.3930.78
Hex64395302B113D1441b1f
Octal1447112305321755043337
Binary110010011100110100110101011100011111011010001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643953; }

 p { color: rgb(100,57,83); }

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

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

 a { background-color: rgb(100,57,83); }

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

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

 span { border-color: rgb(100,57,83); }

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