#683E38

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

Shades of Metallic Copper #683E38

Tints of Metallic Copper #683E38

Color information

#683E38 (or 0x683E38) is unknown color: approx Metallic Copper. HEX triplet: 68, 3E and 38. RGB value is (104,62,56). Sum of RGB (Red+Green+Blue) = 104+62+56=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #683E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E38 is #97C1C7. Grayscale: #494949. Windows color (decimal): -9945544 or 3685992. OLE color: 3685992.

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

Color convert

RGB1046256-
CMYK00.400.460.59
HSL7.5º30%31.37%-
HSV(B)7.5º46.15%40.78%-
XYZ8.156.674.6-
YUV73.87117.91149.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=46.85%
G=27.93%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104625600.400.460.597.53031.37
Hex683E380282E3B81e1f
Octal15076700505673103637
Binary1101000111110111000010100010111011101110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683E38; }

 p { color: rgb(104,62,56); }

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

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

 a { background-color: rgb(104,62,56); }

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

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

 span { border-color: rgb(104,62,56); }

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