#643650

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

Shades of Finn #643650

Tints of Finn #643650

Color information

#643650 (or 0x643650) is unknown color: approx Finn. HEX triplet: 64, 36 and 50. RGB value is (100,54,80). Sum of RGB (Red+Green+Blue) = 100+54+80=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #643650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643650 is #9BC9AF. Grayscale: #464646. Windows color (decimal): -10209712 or 5256804. OLE color: 5256804.

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

Color convert

RGB1005480-
CMYK00.460.20.61
HSL326.09º29.87%30.2%-
HSV(B)326.09º46%39.22%-
XYZ8.025.938.31-
YUV70.72133.24148.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.74%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=42.74%
G=23.08%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100548000.460.20.61326.0929.8730.2
Hex64365002E143D1461e1e
Octal1446612005624755063636
Binary110010011011010100000101110101001111011010001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643650; }

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

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

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

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

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

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

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

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