#643750

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

Shades of Finn #643750

Tints of Finn #643750

Color information

#643750 (or 0x643750) is unknown color: approx Finn. HEX triplet: 64, 37 and 50. RGB value is (100,55,80). Sum of RGB (Red+Green+Blue) = 100+55+80=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #643750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643750 is #9BC8AF. Grayscale: #474747. Windows color (decimal): -10209456 or 5257060. OLE color: 5257060.

HSL color Cylindrical-coordinate representation of color #643750: hue angle of 326.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #643750 is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB1005580-
CMYK00.450.20.61
HSL326.67º29.03%30.39%-
HSV(B)326.67º45%39.22%-
XYZ8.076.028.33-
YUV71.3132.91148.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=42.55%
G=23.40%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100558000.450.20.61326.6729.0330.39
Hex64375002D143D1471d1e
Octal1446712005524755073536
Binary110010011011110100000101101101001111011010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643750; }

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

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

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

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

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

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

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

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