Html Css Color HEX #643C36 Metallic Copper

📋 copy color: '#643C36'

red 100 ◦ green 60 ◦ blue 54

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

Shades of Metallic Copper #643C36

Tints of Metallic Copper #643C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

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

R = 46.73%
G = 28.04%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#643C36 (or 0x643C36) is known color: Metallic Copper. HEX triplet: 64, 3C and 36. RGB value is (100,60,54). Sum of RGB (Red+Green+Blue) = 100+60+54=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #643C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C36 is #9BC3C9. Grayscale: #474747. Windows color (decimal): -10208202 or 3554404. OLE color: 3554404.

HSL color Cylindrical-coordinate representation of color #643C36: hue angle of 7.83º 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 #643C36 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 60 54 -
CMYK 0 0.4 0.46 0.61
HSL 7.83º 0.3% 0.3% -
HSV(B) 7.83º 0.46% 0.39% -
XYZ 7.54 6.21 4.29 -
YUV 71.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 100 60 54 0 0.4 0.46 0.61 7.83 0.3 0.3
Hex 64 3C 36 0 28 2E 3D 8 1E 1E
Octal 144 74 66 0 50 56 75 10 36 36
Binary 1100100 111100 110110 0 101000 101110 111101 1000 11110 11110

Color Harmonies of #643C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643C36

Black with #643C36

Text Example


Text Example

White with #643C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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