#663E38

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

Shades of Metallic Copper #663E38

Tints of Metallic Copper #663E38

Color information

#663E38 (or 0x663E38) is unknown color: approx Metallic Copper. HEX triplet: 66, 3E and 38. RGB value is (102,62,56). Sum of RGB (Red+Green+Blue) = 102+62+56=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #663E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E38 is #99C1C7. Grayscale: #494949. Windows color (decimal): -10076616 or 3685990. OLE color: 3685990.

HSL color Cylindrical-coordinate representation of color #663E38: hue angle of 7.83º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663E38 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1026256-
CMYK00.390.450.6
HSL7.83º29.11%30.98%-
HSV(B)7.83º45.1%40%-
XYZ7.926.564.59-
YUV73.28118.25148.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=46.36%
G=28.18%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102625600.390.450.67.8329.1130.98
Hex663E380272D3C81d1f
Octal14676700475574103537
Binary1100110111110111000010011110110111110010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663E38; }

 p { color: rgb(102,62,56); }

 H1.HeaderClassName
 {
   color: #663E38;
 }
 .AnyTagClassName
 {
   color: #663E38;
 }
</style>
background-color css

<style>
 a { background-color: #663E38; }

 a { background-color: rgb(102,62,56); }

 div.DivClassName
 {
   background-color: #663E38;
 }
 .BgClassName
 {
   background-color: #663E38;
 }
</style>
border-color css

<style>
 span { border-color: #663E38; }

 span { border-color: rgb(102,62,56); }

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