Html Css Color HEX #644055 Finn

📋 copy color: '#644055'

red 100 ◦ green 64 ◦ blue 85

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

Shades of Finn #644055

Tints of Finn #644055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.14%

R = 40.16%
G = 25.7%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#644055 (or 0x644055) is known color: Finn. HEX triplet: 64, 40 and 55. RGB value is (100,64,85). Sum of RGB (Red+Green+Blue) = 100+64+85=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #644055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644055 is #9BBFAA. Grayscale: #4D4D4D. Windows color (decimal): -10207147 or 5587044. OLE color: 5587044.

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

Color convert

RGB 100 64 85 -
CMYK 0 0.36 0.15 0.61
HSL 325º 0.22% 0.32% -
HSV(B) 325º 0.36% 0.39% -
XYZ 8.73 7.03 9.49 -
YUV 77.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 100 64 85 0 0.36 0.15 0.61 325 0.22 0.32
Hex 64 40 55 0 24 F 3D 145 16 20
Octal 144 100 125 0 44 17 75 505 26 40
Binary 1100100 1000000 1010101 0 100100 1111 111101 101000101 10110 100000

Color Harmonies of #644055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644055

Black with #644055

Text Example


Text Example

White with #644055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644055; }

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

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

background-color css

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

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

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

border-color css

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

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

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