#684336

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

Shades of Metallic Copper #684336

Tints of Metallic Copper #684336

Color information

#684336 (or 0x684336) is unknown color: approx Metallic Copper. HEX triplet: 68, 43 and 36. RGB value is (104,67,54). Sum of RGB (Red+Green+Blue) = 104+67+54=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684336 is #97BCC9. Grayscale: #4C4C4C. Windows color (decimal): -9944266 or 3556200. OLE color: 3556200.

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

Color convert

RGB1046754-
CMYK00.360.480.59
HSL15.6º31.65%30.98%-
HSV(B)15.6º48.08%40.78%-
XYZ8.387.224.44-
YUV76.58115.26147.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 54 (21.48% from 255) = 24%
R=46.22%
G=29.78%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104675400.360.480.5915.631.6530.98
Hex684336024303B10201f
Octal150103660446073204037
Binary1101000100001111011001001001100001110111000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684336; }

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

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

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

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

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

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

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

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