#6D4438

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

Shades of Metallic Copper #6D4438

Tints of Metallic Copper #6D4438

Color information

#6D4438 (or 0x6D4438) is unknown color: approx Metallic Copper. HEX triplet: 6D, 44 and 38. RGB value is (109,68,56). Sum of RGB (Red+Green+Blue) = 109+68+56=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4438 is #92BBC7. Grayscale: #4E4E4E. Windows color (decimal): -9616328 or 3687533. OLE color: 3687533.

HSL color Cylindrical-coordinate representation of color #6D4438: hue angle of 13.58º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D4438 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB1096856-
CMYK00.380.490.57
HSL13.58º32.12%32.35%-
HSV(B)13.58º48.62%42.75%-
XYZ9.097.674.74-
YUV78.89115.08149.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.78%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=46.78%
G=29.18%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109685600.380.490.5713.5832.1232.35
Hex6D44380263139e2020
Octal155104700466171164040
Binary1101101100010011100001001101100011110011110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,56); }

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

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

 a { background-color: rgb(109,68,56); }

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

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

 span { border-color: rgb(109,68,56); }

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