Html Css Color HEX #644350 Finn

📋 copy color: '#644350'

red 100 ◦ green 67 ◦ blue 80

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

Shades of Finn #644350

Tints of Finn #644350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

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

R = 40.49%
G = 27.13%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#644350 (or 0x644350) is known color: Finn. HEX triplet: 64, 43 and 50. RGB value is (100,67,80). Sum of RGB (Red+Green+Blue) = 100+67+80=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #644350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644350 is #9BBCAF. Grayscale: #4E4E4E. Windows color (decimal): -10206384 or 5260132. OLE color: 5260132.

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

Color convert

RGB 100 67 80 -
CMYK 0 0.33 0.2 0.61
HSL 336.36º 0.2% 0.33% -
HSV(B) 336.36º 0.33% 0.39% -
XYZ 8.71 7.3 8.54 -
YUV 78.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 100 67 80 0 0.33 0.2 0.61 336.36 0.2 0.33
Hex 64 43 50 0 21 14 3D 150 14 21
Octal 144 103 120 0 41 24 75 520 24 41
Binary 1100100 1000011 1010000 0 100001 10100 111101 101010000 10100 100001

Color Harmonies of #644350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644350

Black with #644350

Text Example


Text Example

White with #644350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644350; }

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

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

background-color css

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

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

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

border-color css

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

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

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