Html Css Color HEX #644855 Finn

📋 copy color: '#644855'

red 100 ◦ green 72 ◦ blue 85

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

Shades of Finn #644855

Tints of Finn #644855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

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

R = 38.91%
G = 28.02%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#644855 (or 0x644855) is known color: Finn. HEX triplet: 64, 48 and 55. RGB value is (100,72,85). Sum of RGB (Red+Green+Blue) = 100+72+85=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 100 - color contains mainly: red. Hex color #644855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644855 is #9BB7AA. Grayscale: #515151. Windows color (decimal): -10205099 or 5589092. OLE color: 5589092.

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

Color convert

RGB 100 72 85 -
CMYK 0 0.28 0.15 0.61
HSL 332.14º 0.16% 0.34% -
HSV(B) 332.14º 0.28% 0.39% -
XYZ 9.21 8 9.65 -
YUV 81.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 100 72 85 0 0.28 0.15 0.61 332.14 0.16 0.34
Hex 64 48 55 0 1C F 3D 14C 10 22
Octal 144 110 125 0 34 17 75 514 20 42
Binary 1100100 1001000 1010101 0 11100 1111 111101 101001100 10000 100010

Color Harmonies of #644855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644855

Black with #644855

Text Example


Text Example

White with #644855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644855; }

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

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

background-color css

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

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

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

border-color css

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

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

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