#684136

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

Shades of Metallic Copper #684136

Tints of Metallic Copper #684136

Color information

#684136 (or 0x684136) is unknown color: approx Metallic Copper. HEX triplet: 68, 41 and 36. RGB value is (104,65,54). Sum of RGB (Red+Green+Blue) = 104+65+54=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684136 is #97BEC9. Grayscale: #4B4B4B. Windows color (decimal): -9944778 or 3555688. OLE color: 3555688.

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

Color convert

RGB1046554-
CMYK00.380.480.59
HSL13.2º31.65%30.98%-
HSV(B)13.2º48.08%40.78%-
XYZ8.276.994.4-
YUV75.41115.92148.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=46.64%
G=29.15%
B=24.22%

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
Decimal104655400.380.480.5913.231.6530.98
Hex684136026303Bd201f
Octal150101660466073154037
Binary110100010000011101100100110110000111011110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684136; }

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

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

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

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

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

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

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

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