#683F37

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

Shades of Metallic Copper #683F37

Tints of Metallic Copper #683F37

Color information

#683F37 (or 0x683F37) is unknown color: approx Metallic Copper. HEX triplet: 68, 3F and 37. RGB value is (104,63,55). Sum of RGB (Red+Green+Blue) = 104+63+55=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #683F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F37 is #97C0C8. Grayscale: #4A4A4A. Windows color (decimal): -9945289 or 3620712. OLE color: 3620712.

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

Color convert

RGB1046355-
CMYK00.390.470.59
HSL9.8º30.82%31.18%-
HSV(B)9.8º47.12%40.78%-
XYZ8.186.774.49-
YUV74.35117.08149.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 63 (25% from 255) = 28.38%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=46.85%
G=28.38%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104635500.390.470.599.830.8231.18
Hex683F370272F3Ba1f1f
Octal15077670475773123737
Binary1101000111111110111010011110111111101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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