#683C2F

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

Shades of Metallic Copper #683C2F

Tints of Metallic Copper #683C2F

Color information

#683C2F (or 0x683C2F) is unknown color: approx Metallic Copper. HEX triplet: 68, 3C and 2F. RGB value is (104,60,47). Sum of RGB (Red+Green+Blue) = 104+60+47=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C2F is #97C3D0. Grayscale: #474747. Windows color (decimal): -9946065 or 3095656. OLE color: 3095656.

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

Color convert

RGB1046047-
CMYK00.420.550.59
HSL13.68º37.75%29.61%-
HSV(B)13.68º54.81%40.78%-
XYZ7.846.383.51-
YUV71.67114.08151.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=49.29%
G=28.44%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104604700.420.550.5913.6837.7529.61
Hex683C2F02A373Be261e
Octal15074570526773164636
Binary11010001111001011110101010110111111011111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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