#674137

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

Shades of Metallic Copper #674137

Tints of Metallic Copper #674137

Color information

#674137 (or 0x674137) is unknown color: approx Metallic Copper. HEX triplet: 67, 41 and 37. RGB value is (103,65,55). Sum of RGB (Red+Green+Blue) = 103+65+55=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #674137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674137 is #98BEC8. Grayscale: #4B4B4B. Windows color (decimal): -10010313 or 3621223. OLE color: 3621223.

HSL color Cylindrical-coordinate representation of color #674137: hue angle of 12.5º 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 #674137 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB1036555-
CMYK00.370.470.60
HSL12.5º30.38%30.98%-
HSV(B)12.5º46.6%40.39%-
XYZ8.176.944.52-
YUV75.22116.59147.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.19%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 55 (21.88% from 255) = 24.66%
R=46.19%
G=29.15%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103655500.370.470.6012.530.3830.98
Hex6741370252F3Cd1e1f
Octal147101670455774153637
Binary11001111000001110111010010110111111110011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674137; }

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

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

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

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

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

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

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

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