#6A4239

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

Shades of Metallic Copper #6A4239

Tints of Metallic Copper #6A4239

Color information

#6A4239 (or 0x6A4239) is unknown color: approx Metallic Copper. HEX triplet: 6A, 42 and 39. RGB value is (106,66,57). Sum of RGB (Red+Green+Blue) = 106+66+57=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4239 is #95BDC6. Grayscale: #4D4D4D. Windows color (decimal): -9813447 or 3752554. OLE color: 3752554.

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

Color convert

RGB1066657-
CMYK00.380.460.58
HSL11.02º30.06%31.96%-
HSV(B)11.02º46.23%41.57%-
XYZ8.637.264.82-
YUV76.93116.75148.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=46.29%
G=28.82%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106665700.380.460.5811.0230.0631.96
Hex6A42390262E3Ab1e20
Octal152102710465672133640
Binary110101010000101110010100110101110111010101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,57); }

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

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

 a { background-color: rgb(106,66,57); }

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

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

 span { border-color: rgb(106,66,57); }

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