#663D31

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

Shades of Metallic Copper #663D31

Tints of Metallic Copper #663D31

Color information

#663D31 (or 0x663D31) is unknown color: approx Metallic Copper. HEX triplet: 66, 3D and 31. RGB value is (102,61,49). Sum of RGB (Red+Green+Blue) = 102+61+49=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D31 is #99C2CE. Grayscale: #474747. Windows color (decimal): -10076879 or 3226982. OLE color: 3226982.

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

Color convert

RGB1026149-
CMYK00.400.520.6
HSL13.58º35.1%29.61%-
HSV(B)13.58º51.96%40%-
XYZ7.76.383.73-
YUV71.89115.08149.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=48.11%
G=28.77%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102614900.400.520.613.5835.129.61
Hex663D31028343Ce231e
Octal14675610506474164336
Binary11001101111011100010101000110100111100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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