#683D37

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

Shades of Metallic Copper #683D37

Tints of Metallic Copper #683D37

Color information

#683D37 (or 0x683D37) is unknown color: approx Metallic Copper. HEX triplet: 68, 3D and 37. RGB value is (104,61,55). Sum of RGB (Red+Green+Blue) = 104+61+55=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #683D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D37 is #97C2C8. Grayscale: #494949. Windows color (decimal): -9945801 or 3620200. OLE color: 3620200.

HSL color Cylindrical-coordinate representation of color #683D37: hue angle of 7.35º 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 #683D37 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1046155-
CMYK00.410.470.59
HSL7.35º30.82%31.18%-
HSV(B)7.35º47.12%40.78%-
XYZ8.076.564.45-
YUV73.17117.75149.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 55 (21.88% from 255) = 25%
R=47.27%
G=27.73%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104615500.410.470.597.3530.8231.18
Hex683D370292F3B71f1f
Octal1507567051577373737
Binary110100011110111011101010011011111110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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