#6B443E

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

Shades of Metallic Copper #6B443E

Tints of Metallic Copper #6B443E

Color information

#6B443E (or 0x6B443E) is unknown color: approx Metallic Copper. HEX triplet: 6B, 44 and 3E. RGB value is (107,68,62). Sum of RGB (Red+Green+Blue) = 107+68+62=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B443E is #94BBC1. Grayscale: #4F4F4F. Windows color (decimal): -9747394 or 4080747. OLE color: 4080747.

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

Color convert

RGB1076862-
CMYK00.360.420.58
HSL26.63%33.14%-
HSV(B)42.06%41.96%-
XYZ97.615.55-
YUV78.98118.42147.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=45.15%
G=28.69%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107686200.360.420.58826.6333.14
Hex6B443E0242A3A81b21
Octal153104760445272103341
Binary110101110001001111100100100101010111010100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,68,62); }

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

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

 a { background-color: rgb(107,68,62); }

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

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

 span { border-color: rgb(107,68,62); }

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