Html Css Color HEX #643D36 Metallic Copper

📋 copy color: '#643D36'

red 100 ◦ green 61 ◦ blue 54

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

Shades of Metallic Copper #643D36

Tints of Metallic Copper #643D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.37%

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

R = 46.51%
G = 28.37%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#643D36 (or 0x643D36) is known color: Metallic Copper. HEX triplet: 64, 3D and 36. RGB value is (100,61,54). Sum of RGB (Red+Green+Blue) = 100+61+54=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #643D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D36 is #9BC2C9. Grayscale: #474747. Windows color (decimal): -10207946 or 3554660. OLE color: 3554660.

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

Color convert

RGB 100 61 54 -
CMYK 0 0.39 0.46 0.61
HSL 9.13º 0.3% 0.3% -
HSV(B) 9.13º 0.46% 0.39% -
XYZ 7.59 6.31 4.31 -
YUV 71.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 100 61 54 0 0.39 0.46 0.61 9.13 0.3 0.3
Hex 64 3D 36 0 27 2E 3D 9 1E 1E
Octal 144 75 66 0 47 56 75 11 36 36
Binary 1100100 111101 110110 0 100111 101110 111101 1001 11110 11110

Color Harmonies of #643D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D36

Black with #643D36

Text Example


Text Example

White with #643D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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