#674237

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

Shades of Metallic Copper #674237

Tints of Metallic Copper #674237

Color information

#674237 (or 0x674237) is unknown color: approx Metallic Copper. HEX triplet: 67, 42 and 37. RGB value is (103,66,55). Sum of RGB (Red+Green+Blue) = 103+66+55=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #674237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674237 is #98BDC8. Grayscale: #4B4B4B. Windows color (decimal): -10010057 or 3621479. OLE color: 3621479.

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

Color convert

RGB1036655-
CMYK00.360.470.60
HSL13.75º30.38%30.98%-
HSV(B)13.75º46.6%40.39%-
XYZ8.237.064.54-
YUV75.81116.26147.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=45.98%
G=29.46%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103665500.360.470.6013.7530.3830.98
Hex6742370242F3Ce1e1f
Octal147102670445774163637
Binary11001111000010110111010010010111111110011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674237; }

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

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

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

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

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

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

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

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