#643C33

Color #643C33 Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #643C33

Tints of Metallic Copper #643C33

Color information

#643C33 (or 0x643C33) is unknown color: approx 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

RGB1006051-
CMYK00.40.490.61
HSL11.02º32.45%29.61%-
HSV(B)11.02º49%39.22%-
XYZ7.476.183.93-
YUV70.93116.75148.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100605100.40.490.6111.0232.4529.61
Hex643C33028313Db201e
Octal14474630506175134036
Binary11001001111001100110101000110001111101101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>