#643A55

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

Shades of Finn #643A55

Tints of Finn #643A55

Color information

#643A55 (or 0x643A55) is unknown color: approx Finn. HEX triplet: 64, 3A and 55. RGB value is (100,58,85). Sum of RGB (Red+Green+Blue) = 100+58+85=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #643A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A55 is #9BC5AA. Grayscale: #494949. Windows color (decimal): -10208683 or 5585508. OLE color: 5585508.

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

Color convert

RGB1005885-
CMYK00.420.150.61
HSL321.43º26.58%30.98%-
HSV(B)321.43º42%39.22%-
XYZ8.416.399.38-
YUV73.64134.41146.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=41.15%
G=23.87%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100588500.420.150.61321.4326.5830.98
Hex643A5502AF3D1411b1f
Octal1447212505217755013337
Binary11001001110101010101010101011111111011010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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