Html Css Color HEX #643D34 Metallic Copper

📋 copy color: '#643D34'

red 100 ◦ green 61 ◦ blue 52

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

Shades of Metallic Copper #643D34

Tints of Metallic Copper #643D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 46.95%
G = 28.64%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#643D34 (or 0x643D34) is known color: Metallic Copper. HEX triplet: 64, 3D and 34. RGB value is (100,61,52). Sum of RGB (Red+Green+Blue) = 100+61+52=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #643D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D34 is #9BC2CB. Grayscale: #474747. Windows color (decimal): -10207948 or 3423588. OLE color: 3423588.

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

Color convert

RGB 100 61 52 -
CMYK 0 0.39 0.48 0.61
HSL 11.25º 0.32% 0.3% -
HSV(B) 11.25º 0.48% 0.39% -
XYZ 7.54 6.29 4.07 -
YUV 71.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 100 61 52 0 0.39 0.48 0.61 11.25 0.32 0.3
Hex 64 3D 34 0 27 30 3D B 20 1E
Octal 144 75 64 0 47 60 75 13 40 36
Binary 1100100 111101 110100 0 100111 110000 111101 1011 100000 11110

Color Harmonies of #643D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D34

Black with #643D34

Text Example


Text Example

White with #643D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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