#68443D

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

Shades of Metallic Copper #68443D

Tints of Metallic Copper #68443D

Color information

#68443D (or 0x68443D) is unknown color: approx Metallic Copper. HEX triplet: 68, 44 and 3D. RGB value is (104,68,61). Sum of RGB (Red+Green+Blue) = 104+68+61=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68443D is #97BBC2. Grayscale: #4E4E4E. Windows color (decimal): -9944003 or 4015208. OLE color: 4015208.

HSL color Cylindrical-coordinate representation of color #68443D: hue angle of 9.77º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68443D is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1046861-
CMYK00.350.410.59
HSL9.77º26.06%32.35%-
HSV(B)9.77º41.35%40.78%-
XYZ8.627.415.39-
YUV77.97118.43146.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=44.64%
G=29.18%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104686100.350.410.599.7726.0632.35
Hex68443D023293Ba1a20
Octal150104750435173123240
Binary110100010001001111010100011101001111011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68443D; }

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

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

<style>
 a { background-color: #68443D; }

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

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

<style>
 span { border-color: #68443D; }

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

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