#674339

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

Shades of Metallic Copper #674339

Tints of Metallic Copper #674339

Color information

#674339 (or 0x674339) is unknown color: approx Metallic Copper. HEX triplet: 67, 43 and 39. RGB value is (103,67,57). Sum of RGB (Red+Green+Blue) = 103+67+57=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674339 is #98BCC6. Grayscale: #4C4C4C. Windows color (decimal): -10009799 or 3752807. OLE color: 3752807.

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

Color convert

RGB1036757-
CMYK00.350.450.60
HSL13.04º28.75%31.37%-
HSV(B)13.04º44.66%40.39%-
XYZ8.347.194.82-
YUV76.62116.93146.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=45.37%
G=29.52%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103675700.350.450.6013.0428.7531.37
Hex6743390232D3Cd1d1f
Octal147103710435574153537
Binary11001111000011111001010001110110111110011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674339; }

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

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

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

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

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

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

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

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