#663932

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

Shades of Metallic Copper #663932

Tints of Metallic Copper #663932

Color information

#663932 (or 0x663932) is unknown color: approx Metallic Copper. HEX triplet: 66, 39 and 32. RGB value is (102,57,50). Sum of RGB (Red+Green+Blue) = 102+57+50=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663932 is #99C6CD. Grayscale: #454545. Windows color (decimal): -10077902 or 3291494. OLE color: 3291494.

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

Color convert

RGB1025750-
CMYK00.440.510.6
HSL8.08º34.21%29.8%-
HSV(B)8.08º50.98%40%-
XYZ7.525.983.78-
YUV69.66116.91151.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=48.80%
G=27.27%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102575000.440.510.68.0834.2129.8
Hex66393202C333C8221e
Octal14671620546374104236
Binary11001101110011100100101100110011111100100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663932; }

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

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

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

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

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

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

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

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