#6D3F35

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

Shades of Metallic Copper #6D3F35

Tints of Metallic Copper #6D3F35

Color information

#6D3F35 (or 0x6D3F35) is unknown color: approx Metallic Copper. HEX triplet: 6D, 3F and 35. RGB value is (109,63,53). Sum of RGB (Red+Green+Blue) = 109+63+53=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F35 is #92C0CA. Grayscale: #4B4B4B. Windows color (decimal): -9617611 or 3489645. OLE color: 3489645.

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

Color convert

RGB1096353-
CMYK00.420.510.57
HSL10.71º34.57%31.76%-
HSV(B)10.71º51.38%42.75%-
XYZ8.737.064.27-
YUV75.61115.24151.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=48.44%
G=28%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109635300.420.510.5710.7134.5731.76
Hex6D3F3502A3339b2320
Octal15577650526371134340
Binary110110111111111010101010101100111110011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,63,53); }

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

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

 a { background-color: rgb(109,63,53); }

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

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

 span { border-color: rgb(109,63,53); }

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