#6A4237

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

Shades of Metallic Copper #6A4237

Tints of Metallic Copper #6A4237

Color information

#6A4237 (or 0x6A4237) is unknown color: approx Metallic Copper. HEX triplet: 6A, 42 and 37. RGB value is (106,66,55). Sum of RGB (Red+Green+Blue) = 106+66+55=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4237 is #95BDC8. Grayscale: #4C4C4C. Windows color (decimal): -9813449 or 3621482. OLE color: 3621482.

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

Color convert

RGB1066655-
CMYK00.380.480.58
HSL12.94º31.68%31.57%-
HSV(B)12.94º48.11%41.57%-
XYZ8.587.244.56-
YUV76.71115.75148.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=46.70%
G=29.07%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106665500.380.480.5812.9431.6831.57
Hex6A4237026303Ad2020
Octal152102670466072154040
Binary1101010100001011011101001101100001110101101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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