Html Css Color HEX #644150 Finn

📋 copy color: '#644150'

red 100 ◦ green 65 ◦ blue 80

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

Shades of Finn #644150

Tints of Finn #644150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

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

R = 40.82%
G = 26.53%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#644150 (or 0x644150) is known color: Finn. HEX triplet: 64, 41 and 50. RGB value is (100,65,80). Sum of RGB (Red+Green+Blue) = 100+65+80=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #644150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644150 is #9BBEAF. Grayscale: #4D4D4D. Windows color (decimal): -10206896 or 5259620. OLE color: 5259620.

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

Color convert

RGB 100 65 80 -
CMYK 0 0.35 0.2 0.61
HSL 334.29º 0.21% 0.32% -
HSV(B) 334.29º 0.35% 0.39% -
XYZ 8.59 7.07 8.5 -
YUV 77.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 100 65 80 0 0.35 0.2 0.61 334.29 0.21 0.32
Hex 64 41 50 0 23 14 3D 14E 15 20
Octal 144 101 120 0 43 24 75 516 25 40
Binary 1100100 1000001 1010000 0 100011 10100 111101 101001110 10101 100000

Color Harmonies of #644150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644150

Black with #644150

Text Example


Text Example

White with #644150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644150; }

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

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

background-color css

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

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

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

border-color css

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

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

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