#674439

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

Shades of Metallic Copper #674439

Tints of Metallic Copper #674439

Color information

#674439 (or 0x674439) is unknown color: approx Metallic Copper. HEX triplet: 67, 44 and 39. RGB value is (103,68,57). Sum of RGB (Red+Green+Blue) = 103+68+57=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #674439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674439 is #98BBC6. Grayscale: #4D4D4D. Windows color (decimal): -10009543 or 3753063. OLE color: 3753063.

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

Color convert

RGB1036857-
CMYK00.340.450.60
HSL14.35º28.75%31.37%-
HSV(B)14.35º44.66%40.39%-
XYZ8.47.314.84-
YUV77.21116.6146.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 57 (22.66% from 255) = 25%
R=45.18%
G=29.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103685700.340.450.6014.3528.7531.37
Hex6744390222D3Ce1d1f
Octal147104710425574163537
Binary11001111000100111001010001010110111110011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674439; }

 p { color: rgb(103,68,57); }

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

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

 a { background-color: rgb(103,68,57); }

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

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

 span { border-color: rgb(103,68,57); }

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