Html Css Color HEX #644A56 Finn

📋 copy color: '#644A56'

red 100 ◦ green 74 ◦ blue 86

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

Shades of Finn #644A56

Tints of Finn #644A56

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 38.46%
G = 28.46%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#644A56 (or 0x644A56) is known color: Finn. HEX triplet: 64, 4A and 56. RGB value is (100,74,86). Sum of RGB (Red+Green+Blue) = 100+74+86=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 100 - color contains mainly: red. Hex color #644A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A56 is #9BB5A9. Grayscale: #535353. Windows color (decimal): -10204586 or 5655140. OLE color: 5655140.

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

Color convert

RGB 100 74 86 -
CMYK 0 0.26 0.14 0.61
HSL 332.31º 0.15% 0.34% -
HSV(B) 332.31º 0.26% 0.39% -
XYZ 9.38 8.28 9.91 -
YUV 83.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 100 74 86 0 0.26 0.14 0.61 332.31 0.15 0.34
Hex 64 4A 56 0 1A E 3D 14C F 22
Octal 144 112 126 0 32 16 75 514 17 42
Binary 1100100 1001010 1010110 0 11010 1110 111101 101001100 1111 100010

Color Harmonies of #644A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A56

Black with #644A56

Text Example


Text Example

White with #644A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644A56; }

 p { color: rgb(100,74,86); }

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

background-color css

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

 a { background-color: rgb(100,74,86); }

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

border-color css

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

 span { border-color: rgb(100,74,86); }

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