#6A4336

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

Shades of Metallic Copper #6A4336

Tints of Metallic Copper #6A4336

Color information

#6A4336 (or 0x6A4336) is unknown color: approx Metallic Copper. HEX triplet: 6A, 43 and 36. RGB value is (106,67,54). Sum of RGB (Red+Green+Blue) = 106+67+54=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4336 is #95BCC9. Grayscale: #4D4D4D. Windows color (decimal): -9813194 or 3556202. OLE color: 3556202.

HSL color Cylindrical-coordinate representation of color #6A4336: hue angle of 15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A4336 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB1066754-
CMYK00.370.490.58
HSL15º32.5%31.37%-
HSV(B)15º49.06%41.57%-
XYZ8.627.344.45-
YUV77.18114.92148.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=46.70%
G=29.52%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106675400.370.490.581532.531.37
Hex6A4336025313Af201f
Octal152103660456172174037
Binary110101010000111101100100101110001111010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,54); }

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

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

 a { background-color: rgb(106,67,54); }

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

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

 span { border-color: rgb(106,67,54); }

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