Html Css Color HEX #644037 Metallic Copper

📋 copy color: '#644037'

red 100 ◦ green 64 ◦ blue 55

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

Shades of Metallic Copper #644037

Tints of Metallic Copper #644037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.11%

R = 45.66%
G = 29.22%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#644037 (or 0x644037) is known color: Metallic Copper. HEX triplet: 64, 40 and 37. RGB value is (100,64,55). Sum of RGB (Red+Green+Blue) = 100+64+55=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #644037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644037 is #9BBFC8. Grayscale: #494949. Windows color (decimal): -10207177 or 3620964. OLE color: 3620964.

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

Color convert

RGB 100 64 55 -
CMYK 0 0.36 0.45 0.61
HSL 12º 0.29% 0.3% -
HSV(B) 12º 0.45% 0.39% -
XYZ 7.78 6.65 4.49 -
YUV 73.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 100 64 55 0 0.36 0.45 0.61 12 0.29 0.3
Hex 64 40 37 0 24 2D 3D C 1D 1E
Octal 144 100 67 0 44 55 75 14 35 36
Binary 1100100 1000000 110111 0 100100 101101 111101 1100 11101 11110

Color Harmonies of #644037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644037

Black with #644037

Text Example


Text Example

White with #644037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644037; }

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

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

background-color css

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

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

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

border-color css

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

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

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