#663E33

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

Shades of Metallic Copper #663E33

Tints of Metallic Copper #663E33

Color information

#663E33 (or 0x663E33) is unknown color: approx Metallic Copper. HEX triplet: 66, 3E and 33. RGB value is (102,62,51). Sum of RGB (Red+Green+Blue) = 102+62+51=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #663E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E33 is #99C1CC. Grayscale: #484848. Windows color (decimal): -10076621 or 3358310. OLE color: 3358310.

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

Color convert

RGB1026251-
CMYK00.390.50.6
HSL12.94º33.33%30%-
HSV(B)12.94º50%40%-
XYZ7.86.513.98-
YUV72.71115.75148.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=47.44%
G=28.84%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102625100.390.50.612.9433.3330
Hex663E33027323Cd211e
Octal14676630476274154136
Binary11001101111101100110100111110010111100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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