#684237

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

Shades of Metallic Copper #684237

Tints of Metallic Copper #684237

Color information

#684237 (or 0x684237) is unknown color: approx Metallic Copper. HEX triplet: 68, 42 and 37. RGB value is (104,66,55). Sum of RGB (Red+Green+Blue) = 104+66+55=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684237 is #97BDC8. Grayscale: #4C4C4C. Windows color (decimal): -9944521 or 3621480. OLE color: 3621480.

HSL color Cylindrical-coordinate representation of color #684237: hue angle of 13.47º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #684237 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1046655-
CMYK00.370.470.59
HSL13.47º30.82%31.18%-
HSV(B)13.47º47.12%40.78%-
XYZ8.357.124.55-
YUV76.11116.09147.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=46.22%
G=29.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104665500.370.470.5913.4730.8231.18
Hex6842370252F3Bd1f1f
Octal150102670455773153737
Binary11010001000010110111010010110111111101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684237; }

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

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

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

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

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

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

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

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