Html Css Color HEX #644750 Finn

📋 copy color: '#644750'

red 100 ◦ green 71 ◦ blue 80

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

Shades of Finn #644750

Tints of Finn #644750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 39.84%
G = 28.29%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#644750 (or 0x644750) is known color: Finn. HEX triplet: 64, 47 and 50. RGB value is (100,71,80). Sum of RGB (Red+Green+Blue) = 100+71+80=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #644750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644750 is #9BB8AF. Grayscale: #505050. Windows color (decimal): -10205360 or 5261156. OLE color: 5261156.

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

Color convert

RGB 100 71 80 -
CMYK 0 0.29 0.2 0.61
HSL 341.38º 0.17% 0.34% -
HSV(B) 341.38º 0.29% 0.39% -
XYZ 8.96 7.79 8.62 -
YUV 80.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 100 71 80 0 0.29 0.2 0.61 341.38 0.17 0.34
Hex 64 47 50 0 1D 14 3D 155 11 22
Octal 144 107 120 0 35 24 75 525 21 42
Binary 1100100 1000111 1010000 0 11101 10100 111101 101010101 10001 100010

Color Harmonies of #644750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644750

Black with #644750

Text Example


Text Example

White with #644750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644750; }

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

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

background-color css

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

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

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

border-color css

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

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

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