#674337

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

Shades of Metallic Copper #674337

Tints of Metallic Copper #674337

Color information

#674337 (or 0x674337) is unknown color: approx Metallic Copper. HEX triplet: 67, 43 and 37. RGB value is (103,67,55). Sum of RGB (Red+Green+Blue) = 103+67+55=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #674337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674337 is #98BCC8. Grayscale: #4C4C4C. Windows color (decimal): -10009801 or 3621735. OLE color: 3621735.

HSL color Cylindrical-coordinate representation of color #674337: hue angle of 15º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #674337 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB1036755-
CMYK00.350.470.60
HSL15º30.38%30.98%-
HSV(B)15º46.6%40.39%-
XYZ8.297.174.56-
YUV76.4115.93146.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=45.78%
G=29.78%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103675500.350.470.601530.3830.98
Hex6743370232F3Cf1e1f
Octal147103670435774173637
Binary11001111000011110111010001110111111110011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674337; }

 p { color: rgb(103,67,55); }

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

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

 a { background-color: rgb(103,67,55); }

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

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

 span { border-color: rgb(103,67,55); }

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