#683F35

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

Shades of Metallic Copper #683F35

Tints of Metallic Copper #683F35

Color information

#683F35 (or 0x683F35) is unknown color: approx Metallic Copper. HEX triplet: 68, 3F and 35. RGB value is (104,63,53). Sum of RGB (Red+Green+Blue) = 104+63+53=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #683F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F35 is #97C0CA. Grayscale: #4A4A4A. Windows color (decimal): -9945291 or 3489640. OLE color: 3489640.

HSL color Cylindrical-coordinate representation of color #683F35: hue angle of 11.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683F35 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1046353-
CMYK00.390.490.59
HSL11.76º32.48%30.78%-
HSV(B)11.76º49.04%40.78%-
XYZ8.136.764.24-
YUV74.12116.08149.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=47.27%
G=28.64%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104635300.390.490.5911.7632.4830.78
Hex683F35027313Bc201f
Octal15077650476173144037
Binary11010001111111101010100111110001111011110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,63,53); }

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

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

 a { background-color: rgb(104,63,53); }

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

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

 span { border-color: rgb(104,63,53); }

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