#6A4439

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

Shades of Metallic Copper #6A4439

Tints of Metallic Copper #6A4439

Color information

#6A4439 (or 0x6A4439) is unknown color: approx Metallic Copper. HEX triplet: 6A, 44 and 39. RGB value is (106,68,57). Sum of RGB (Red+Green+Blue) = 106+68+57=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4439 is #95BBC6. Grayscale: #4E4E4E. Windows color (decimal): -9812935 or 3753066. OLE color: 3753066.

HSL color Cylindrical-coordinate representation of color #6A4439: hue angle of 13.47º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A4439 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1066857-
CMYK00.360.460.58
HSL13.47º30.06%31.96%-
HSV(B)13.47º46.23%41.57%-
XYZ8.757.494.86-
YUV78.11116.09147.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=45.89%
G=29.44%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106685700.360.460.5813.4730.0631.96
Hex6A44390242E3Ad1e20
Octal152104710445672153640
Binary110101010001001110010100100101110111010110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A4439; }

 p { color: rgb(106,68,57); }

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

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

 a { background-color: rgb(106,68,57); }

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

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

 span { border-color: rgb(106,68,57); }

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