Html Css Color HEX #644050 Finn

📋 copy color: '#644050'

red 100 ◦ green 64 ◦ blue 80

#644050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #644050

Tints of Finn #644050

RGB

 RED value IS 100 (39.45% from 255) = 40.98%

 GREEN value IS 64 (25.39% from 255) = 26.23%

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 40.98%
G = 26.23%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#644050 (or 0x644050) is known color: Finn. HEX triplet: 64, 40 and 50. RGB value is (100,64,80). Sum of RGB (Red+Green+Blue) = 100+64+80=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #644050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644050 is #9BBFAF. Grayscale: #4C4C4C. Windows color (decimal): -10207152 or 5259364. OLE color: 5259364.

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

Color convert

RGB 100 64 80 -
CMYK 0 0.36 0.2 0.61
HSL 333.33º 0.22% 0.32% -
HSV(B) 333.33º 0.36% 0.39% -
XYZ 8.54 6.96 8.48 -
YUV 76.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 100 64 80 0 0.36 0.2 0.61 333.33 0.22 0.32
Hex 64 40 50 0 24 14 3D 14D 16 20
Octal 144 100 120 0 44 24 75 515 26 40
Binary 1100100 1000000 1010000 0 100100 10100 111101 101001101 10110 100000

Color Harmonies of #644050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644050

Black with #644050

Text Example


Text Example

White with #644050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644050; }

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

 H1.HeaderClassName
 {
   color: #644050;
 }
 .AnyTagClassName
 {
   color: #644050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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