#683A34

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

Shades of Metallic Copper #683A34

Tints of Metallic Copper #683A34

Color information

#683A34 (or 0x683A34) is unknown color: approx Metallic Copper. HEX triplet: 68, 3A and 34. RGB value is (104,58,52). Sum of RGB (Red+Green+Blue) = 104+58+52=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #683A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A34 is #97C5CB. Grayscale: #474747. Windows color (decimal): -9946572 or 3422824. OLE color: 3422824.

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

Color convert

RGB1045852-
CMYK00.440.500.59
HSL6.92º33.33%30.59%-
HSV(B)6.92º50%40.78%-
XYZ7.846.224.04-
YUV71.07117.24151.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=48.60%
G=27.10%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104585200.440.500.596.9233.3330.59
Hex683A3402C323B7211f
Octal1507264054627374137
Binary1101000111010110100010110011001011101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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