Html Css Color HEX #643C33 Metallic Copper

📋 copy color: '#643C33'

red 100 ◦ green 60 ◦ blue 51

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

Shades of Metallic Copper #643C33

Tints of Metallic Copper #643C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 47.39%
G = 28.44%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#643C33 (or 0x643C33) is known color: Metallic Copper. HEX triplet: 64, 3C and 33. RGB value is (100,60,51). Sum of RGB (Red+Green+Blue) = 100+60+51=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #643C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C33 is #9BC3CC. Grayscale: #474747. Windows color (decimal): -10208205 or 3357796. OLE color: 3357796.

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

Color convert

RGB 100 60 51 -
CMYK 0 0.4 0.49 0.61
HSL 11.02º 0.32% 0.3% -
HSV(B) 11.02º 0.49% 0.39% -
XYZ 7.47 6.18 3.93 -
YUV 70.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 100 60 51 0 0.4 0.49 0.61 11.02 0.32 0.3
Hex 64 3C 33 0 28 31 3D B 20 1E
Octal 144 74 63 0 50 61 75 13 40 36
Binary 1100100 111100 110011 0 101000 110001 111101 1011 100000 11110

Color Harmonies of #643C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643C33

Black with #643C33

Text Example


Text Example

White with #643C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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