#6A4539

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

Shades of Metallic Copper #6A4539

Tints of Metallic Copper #6A4539

Color information

#6A4539 (or 0x6A4539) is unknown color: approx Metallic Copper. HEX triplet: 6A, 45 and 39. RGB value is (106,69,57). Sum of RGB (Red+Green+Blue) = 106+69+57=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4539 is #95BAC6. Grayscale: #4E4E4E. Windows color (decimal): -9812679 or 3753322. OLE color: 3753322.

HSL color Cylindrical-coordinate representation of color #6A4539: hue angle of 14.69º 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 #6A4539 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1066957-
CMYK00.350.460.58
HSL14.69º30.06%31.96%-
HSV(B)14.69º46.23%41.57%-
XYZ8.817.624.88-
YUV78.7115.76147.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.69%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=45.69%
G=29.74%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106695700.350.460.5814.6930.0631.96
Hex6A45390232E3Af1e20
Octal152105710435672173640
Binary110101010001011110010100011101110111010111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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