#663E3A

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

Shades of Metallic Copper #663E3A

Tints of Metallic Copper #663E3A

Color information

#663E3A (or 0x663E3A) is unknown color: approx Metallic Copper. HEX triplet: 66, 3E and 3A. RGB value is (102,62,58). Sum of RGB (Red+Green+Blue) = 102+62+58=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E3A is #99C1C5. Grayscale: #494949. Windows color (decimal): -10076614 or 3817062. OLE color: 3817062.

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

Color convert

RGB1026258-
CMYK00.390.430.6
HSL5.45º27.5%31.37%-
HSV(B)5.45º43.14%40%-
XYZ7.976.584.85-
YUV73.5119.25148.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=45.95%
G=27.93%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102625800.390.430.65.4527.531.37
Hex663E3A0272B3C51c1f
Octal1467672047537453437
Binary110011011111011101001001111010111111001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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