#663D32

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

Shades of Metallic Copper #663D32

Tints of Metallic Copper #663D32

Color information

#663D32 (or 0x663D32) is unknown color: approx Metallic Copper. HEX triplet: 66, 3D and 32. RGB value is (102,61,50). Sum of RGB (Red+Green+Blue) = 102+61+50=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D32 is #99C2CD. Grayscale: #484848. Windows color (decimal): -10076878 or 3292518. OLE color: 3292518.

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

Color convert

RGB1026150-
CMYK00.400.510.6
HSL12.69º34.21%29.8%-
HSV(B)12.69º50.98%40%-
XYZ7.726.393.84-
YUV72115.58149.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=47.89%
G=28.64%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102615000.400.510.612.6934.2129.8
Hex663D32028333Cd221e
Octal14675620506374154236
Binary11001101111011100100101000110011111100110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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