#68423E

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

Shades of Metallic Copper #68423E

Tints of Metallic Copper #68423E

Color information

#68423E (or 0x68423E) is unknown color: approx Metallic Copper. HEX triplet: 68, 42 and 3E. RGB value is (104,66,62). Sum of RGB (Red+Green+Blue) = 104+66+62=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68423E is #97BDC1. Grayscale: #4C4C4C. Windows color (decimal): -9944514 or 4080232. OLE color: 4080232.

HSL color Cylindrical-coordinate representation of color #68423E: hue angle of 5.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68423E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1046662-
CMYK00.370.400.59
HSL5.71º25.3%32.55%-
HSV(B)5.71º40.38%40.78%-
XYZ8.537.195.5-
YUV76.91119.59147.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=44.83%
G=28.45%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104666200.370.400.595.7125.332.55
Hex68423E025283B61921
Octal15010276045507363141
Binary11010001000010111110010010110100011101111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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