#684036

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

Shades of Metallic Copper #684036

Tints of Metallic Copper #684036

Color information

#684036 (or 0x684036) is unknown color: approx Metallic Copper. HEX triplet: 68, 40 and 36. RGB value is (104,64,54). Sum of RGB (Red+Green+Blue) = 104+64+54=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #684036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684036 is #97BFC9. Grayscale: #4A4A4A. Windows color (decimal): -9945034 or 3555432. OLE color: 3555432.

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

Color convert

RGB1046454-
CMYK00.380.480.59
HSL12º31.65%30.98%-
HSV(B)12º48.08%40.78%-
XYZ8.216.884.38-
YUV74.82116.25148.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=46.85%
G=28.83%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104645400.380.480.591231.6530.98
Hex684036026303Bc201f
Octal150100660466073144037
Binary110100010000001101100100110110000111011110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684036; }

 p { color: rgb(104,64,54); }

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

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

 a { background-color: rgb(104,64,54); }

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

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

 span { border-color: rgb(104,64,54); }

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