#663B32

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

Shades of Metallic Copper #663B32

Tints of Metallic Copper #663B32

Color information

#663B32 (or 0x663B32) is unknown color: approx Metallic Copper. HEX triplet: 66, 3B and 32. RGB value is (102,59,50). Sum of RGB (Red+Green+Blue) = 102+59+50=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B32 is #99C4CD. Grayscale: #464646. Windows color (decimal): -10077390 or 3292006. OLE color: 3292006.

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

Color convert

RGB1025950-
CMYK00.420.510.6
HSL10.38º34.21%29.8%-
HSV(B)10.38º50.98%40%-
XYZ7.626.183.81-
YUV70.83116.25150.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=48.34%
G=27.96%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102595000.420.510.610.3834.2129.8
Hex663B3202A333Ca221e
Octal14673620526374124236
Binary11001101110111100100101010110011111100101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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