#6D3F34

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

Shades of Metallic Copper #6D3F34

Tints of Metallic Copper #6D3F34

Color information

#6D3F34 (or 0x6D3F34) is unknown color: approx Metallic Copper. HEX triplet: 6D, 3F and 34. RGB value is (109,63,52). Sum of RGB (Red+Green+Blue) = 109+63+52=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F34 is #92C0CB. Grayscale: #4B4B4B. Windows color (decimal): -9617612 or 3424109. OLE color: 3424109.

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

Color convert

RGB1096352-
CMYK00.420.520.57
HSL11.58º35.4%31.57%-
HSV(B)11.58º52.29%42.75%-
XYZ8.77.054.15-
YUV75.5114.74151.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=48.66%
G=28.12%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109635200.420.520.5711.5835.431.57
Hex6D3F3402A3439c2320
Octal15577640526471144340
Binary110110111111111010001010101101001110011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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