#663B33

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

Shades of Metallic Copper #663B33

Tints of Metallic Copper #663B33

Color information

#663B33 (or 0x663B33) is unknown color: approx Metallic Copper. HEX triplet: 66, 3B and 33. RGB value is (102,59,51). Sum of RGB (Red+Green+Blue) = 102+59+51=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B33 is #99C4CC. Grayscale: #474747. Windows color (decimal): -10077389 or 3357542. OLE color: 3357542.

HSL color Cylindrical-coordinate representation of color #663B33: hue angle of 9.41º 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 #663B33 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1025951-
CMYK00.420.50.6
HSL9.41º33.33%30%-
HSV(B)9.41º50%40%-
XYZ7.646.193.92-
YUV70.94116.75150.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=48.11%
G=27.83%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102595100.420.50.69.4133.3330
Hex663B3302A323C9211e
Octal14673630526274114136
Binary11001101110111100110101010110010111100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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