Html Css Color HEX #644036 Metallic Copper

📋 copy color: '#644036'

red 100 ◦ green 64 ◦ blue 54

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

Shades of Metallic Copper #644036

Tints of Metallic Copper #644036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 45.87%
G = 29.36%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#644036 (or 0x644036) is known color: Metallic Copper. HEX triplet: 64, 40 and 36. RGB value is (100,64,54). Sum of RGB (Red+Green+Blue) = 100+64+54=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644036 is #9BBFC9. Grayscale: #494949. Windows color (decimal): -10207178 or 3555428. OLE color: 3555428.

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

Color convert

RGB 100 64 54 -
CMYK 0 0.36 0.46 0.61
HSL 13.04º 0.3% 0.3% -
HSV(B) 13.04º 0.46% 0.39% -
XYZ 7.75 6.64 4.36 -
YUV 73.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 100 64 54 0 0.36 0.46 0.61 13.04 0.3 0.3
Hex 64 40 36 0 24 2E 3D D 1E 1E
Octal 144 100 66 0 44 56 75 15 36 36
Binary 1100100 1000000 110110 0 100100 101110 111101 1101 11110 11110

Color Harmonies of #644036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644036

Black with #644036

Text Example


Text Example

White with #644036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644036; }

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

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

background-color css

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

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

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

border-color css

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

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

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