#683F3A

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

Shades of Metallic Copper #683F3A

Tints of Metallic Copper #683F3A

Color information

#683F3A (or 0x683F3A) is unknown color: approx Metallic Copper. HEX triplet: 68, 3F and 3A. RGB value is (104,63,58). Sum of RGB (Red+Green+Blue) = 104+63+58=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F3A is #97C0C5. Grayscale: #4A4A4A. Windows color (decimal): -9945286 or 3817320. OLE color: 3817320.

HSL color Cylindrical-coordinate representation of color #683F3A: hue angle of 6.52º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #683F3A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1046358-
CMYK00.390.440.59
HSL6.52º28.4%31.76%-
HSV(B)6.52º44.23%40.78%-
XYZ8.256.84.88-
YUV74.69118.58148.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=46.22%
G=28%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104635800.390.440.596.5228.431.76
Hex683F3A0272C3B71c20
Octal1507772047547373440
Binary1101000111111111010010011110110011101111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,63,58); }

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

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

 a { background-color: rgb(104,63,58); }

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

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

 span { border-color: rgb(104,63,58); }

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