#6A443B

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

Shades of Metallic Copper #6A443B

Tints of Metallic Copper #6A443B

Color information

#6A443B (or 0x6A443B) is unknown color: approx Metallic Copper. HEX triplet: 6A, 44 and 3B. RGB value is (106,68,59). Sum of RGB (Red+Green+Blue) = 106+68+59=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A443B is #95BBC4. Grayscale: #4E4E4E. Windows color (decimal): -9812933 or 3884138. OLE color: 3884138.

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

Color convert

RGB1066859-
CMYK00.360.440.58
HSL11.49º28.48%32.35%-
HSV(B)11.49º44.34%41.57%-
XYZ8.87.515.12-
YUV78.34117.09147.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=45.49%
G=29.18%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106685900.360.440.5811.4928.4832.35
Hex6A443B0242C3Ab1c20
Octal152104730445472133440
Binary110101010001001110110100100101100111010101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,59); }

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

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

 a { background-color: rgb(106,68,59); }

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

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

 span { border-color: rgb(106,68,59); }

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