#684339

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

Shades of Metallic Copper #684339

Tints of Metallic Copper #684339

Color information

#684339 (or 0x684339) is unknown color: approx Metallic Copper. HEX triplet: 68, 43 and 39. RGB value is (104,67,57). Sum of RGB (Red+Green+Blue) = 104+67+57=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #684339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684339 is #97BCC6. Grayscale: #4D4D4D. Windows color (decimal): -9944263 or 3752808. OLE color: 3752808.

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

Color convert

RGB1046757-
CMYK00.360.450.59
HSL12.77º29.19%31.57%-
HSV(B)12.77º45.19%40.78%-
XYZ8.457.254.83-
YUV76.92116.76147.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 57 (22.66% from 255) = 25%
R=45.61%
G=29.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104675700.360.450.5912.7729.1931.57
Hex6843390242D3Bd1d20
Octal150103710445573153540
Binary110100010000111110010100100101101111011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684339; }

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

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

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

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

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

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

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

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