#683E34

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

Shades of Metallic Copper #683E34

Tints of Metallic Copper #683E34

Color information

#683E34 (or 0x683E34) is unknown color: approx Metallic Copper. HEX triplet: 68, 3E and 34. RGB value is (104,62,52). Sum of RGB (Red+Green+Blue) = 104+62+52=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #683E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E34 is #97C1CB. Grayscale: #494949. Windows color (decimal): -9945548 or 3423848. OLE color: 3423848.

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

Color convert

RGB1046252-
CMYK00.400.500.59
HSL11.54º33.33%30.59%-
HSV(B)11.54º50%40.78%-
XYZ8.056.644.11-
YUV73.42115.91149.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=47.71%
G=28.44%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104625200.400.500.5911.5433.3330.59
Hex683E34028323Bc211f
Octal15076640506273144137
Binary11010001111101101000101000110010111011110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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