#683D2F

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

Shades of Metallic Copper #683D2F

Tints of Metallic Copper #683D2F

Color information

#683D2F (or 0x683D2F) is unknown color: approx Metallic Copper. HEX triplet: 68, 3D and 2F. RGB value is (104,61,47). Sum of RGB (Red+Green+Blue) = 104+61+47=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #683D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D2F is #97C2D0. Grayscale: #484848. Windows color (decimal): -9945809 or 3095912. OLE color: 3095912.

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

Color convert

RGB1046147-
CMYK00.410.550.59
HSL14.74º37.75%29.61%-
HSV(B)14.74º54.81%40.78%-
XYZ7.896.493.53-
YUV72.26113.75150.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=49.06%
G=28.77%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104614700.410.550.5914.7437.7529.61
Hex683D2F029373Bf261e
Octal15075570516773174636
Binary11010001111011011110101001110111111011111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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