#68423C

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

Shades of Metallic Copper #68423C

Tints of Metallic Copper #68423C

Color information

#68423C (or 0x68423C) is unknown color: approx Metallic Copper. HEX triplet: 68, 42 and 3C. RGB value is (104,66,60). Sum of RGB (Red+Green+Blue) = 104+66+60=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68423C is #97BDC3. Grayscale: #4C4C4C. Windows color (decimal): -9944516 or 3949160. OLE color: 3949160.

HSL color Cylindrical-coordinate representation of color #68423C: hue angle of 8.18º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68423C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1046660-
CMYK00.370.420.59
HSL8.18º26.83%32.16%-
HSV(B)8.18º42.31%40.78%-
XYZ8.477.175.21-
YUV76.68118.59147.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=45.22%
G=28.70%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104666000.370.420.598.1826.8332.16
Hex68423C0252A3B81b20
Octal150102740455273103340
Binary110100010000101111000100101101010111011100011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68423C; }

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

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

<style>
 a { background-color: #68423C; }

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

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

<style>
 span { border-color: #68423C; }

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

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