#6A463E

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

Shades of Metallic Copper #6A463E

Tints of Metallic Copper #6A463E

Color information

#6A463E (or 0x6A463E) is unknown color: approx Metallic Copper. HEX triplet: 6A, 46 and 3E. RGB value is (106,70,62). Sum of RGB (Red+Green+Blue) = 106+70+62=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A463E is #95B9C1. Grayscale: #4F4F4F. Windows color (decimal): -9812418 or 4081258. OLE color: 4081258.

HSL color Cylindrical-coordinate representation of color #6A463E: hue angle of 10.91º degrees, saturation: 0.26, 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 #6A463E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1067062-
CMYK00.340.420.58
HSL10.91º26.19%32.94%-
HSV(B)10.91º41.51%41.57%-
XYZ97.795.59-
YUV79.85117.93146.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.54%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=44.54%
G=29.41%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106706200.340.420.5810.9126.1932.94
Hex6A463E0222A3Ab1a21
Octal152106760425272133241
Binary110101010001101111100100010101010111010101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,70,62); }

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

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

 a { background-color: rgb(106,70,62); }

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

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

 span { border-color: rgb(106,70,62); }

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