#683B2F

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

Shades of Metallic Copper #683B2F

Tints of Metallic Copper #683B2F

Color information

#683B2F (or 0x683B2F) is unknown color: approx Metallic Copper. HEX triplet: 68, 3B and 2F. RGB value is (104,59,47). Sum of RGB (Red+Green+Blue) = 104+59+47=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B2F is #97C4D0. Grayscale: #474747. Windows color (decimal): -9946321 or 3095400. OLE color: 3095400.

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

Color convert

RGB1045947-
CMYK00.430.550.59
HSL12.63º37.75%29.61%-
HSV(B)12.63º54.81%40.78%-
XYZ7.796.283.49-
YUV71.09114.41151.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=49.52%
G=28.10%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104594700.430.550.5912.6337.7529.61
Hex683B2F02B373Bd261e
Octal15073570536773154636
Binary11010001110111011110101011110111111011110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,59,47); }

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

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

 a { background-color: rgb(104,59,47); }

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

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

 span { border-color: rgb(104,59,47); }

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