#6D423E

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

Shades of Metallic Copper #6D423E

Tints of Metallic Copper #6D423E

Color information

#6D423E (or 0x6D423E) is unknown color: approx Metallic Copper. HEX triplet: 6D, 42 and 3E. RGB value is (109,66,62). Sum of RGB (Red+Green+Blue) = 109+66+62=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D423E is #92BDC1. Grayscale: #4E4E4E. Windows color (decimal): -9616834 or 4080237. OLE color: 4080237.

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

Color convert

RGB1096662-
CMYK00.390.430.57
HSL5.11º27.49%33.53%-
HSV(B)5.11º43.12%42.75%-
XYZ9.127.55.52-
YUV78.4118.75149.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=45.99%
G=27.85%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109666200.390.430.575.1127.4933.53
Hex6D423E0272B3951b22
Octal15510276047537153342
Binary11011011000010111110010011110101111100110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,66,62); }

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

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

 a { background-color: rgb(109,66,62); }

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

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

 span { border-color: rgb(109,66,62); }

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