#664339

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

Shades of Metallic Copper #664339

Tints of Metallic Copper #664339

Color information

#664339 (or 0x664339) is unknown color: approx Metallic Copper. HEX triplet: 66, 43 and 39. RGB value is (102,67,57). Sum of RGB (Red+Green+Blue) = 102+67+57=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664339 is #99BCC6. Grayscale: #4C4C4C. Windows color (decimal): -10075335 or 3752806. OLE color: 3752806.

HSL color Cylindrical-coordinate representation of color #664339: hue angle of 13.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #664339 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB1026757-
CMYK00.340.440.6
HSL13.33º28.3%31.18%-
HSV(B)13.33º44.12%40%-
XYZ8.237.134.81-
YUV76.32117.1146.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=45.13%
G=29.65%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102675700.340.440.613.3328.331.18
Hex6643390222C3Cd1c1f
Octal146103710425474153437
Binary11001101000011111001010001010110011110011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664339; }

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

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

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

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

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

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

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

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