Html Css Color HEX #64404F Finn

📋 copy color: '#64404F'

red 100 ◦ green 64 ◦ blue 79

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

Shades of Finn #64404F

Tints of Finn #64404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 41.15%
G = 26.34%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#64404F (or 0x64404F) is known color: Finn. HEX triplet: 64, 40 and 4F. RGB value is (100,64,79). Sum of RGB (Red+Green+Blue) = 100+64+79=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64404F is #9BBFB0. Grayscale: #4C4C4C. Windows color (decimal): -10207153 or 5193828. OLE color: 5193828.

HSL color Cylindrical-coordinate representation of color #64404F: hue angle of 335º 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 #64404F is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 79 -
CMYK 0 0.36 0.21 0.61
HSL 335º 0.22% 0.32% -
HSV(B) 335º 0.36% 0.39% -
XYZ 8.5 6.94 8.29 -
YUV 76.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 100 64 79 0 0.36 0.21 0.61 335 0.22 0.32
Hex 64 40 4F 0 24 15 3D 14F 16 20
Octal 144 100 117 0 44 25 75 517 26 40
Binary 1100100 1000000 1001111 0 100100 10101 111101 101001111 10110 100000

Color Harmonies of #64404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64404F

Black with #64404F

Text Example


Text Example

White with #64404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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