#6C423D

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

Shades of Metallic Copper #6C423D

Tints of Metallic Copper #6C423D

Color information

#6C423D (or 0x6C423D) is unknown color: approx Metallic Copper. HEX triplet: 6C, 42 and 3D. RGB value is (108,66,61). Sum of RGB (Red+Green+Blue) = 108+66+61=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C423D is #93BDC2. Grayscale: #4E4E4E. Windows color (decimal): -9682371 or 4014700. OLE color: 4014700.

HSL color Cylindrical-coordinate representation of color #6C423D: hue angle of 6.38º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C423D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1086661-
CMYK00.390.440.58
HSL6.38º27.81%33.14%-
HSV(B)6.38º43.52%42.35%-
XYZ8.977.425.37-
YUV77.99118.41149.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=45.96%
G=28.09%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108666100.390.440.586.3827.8133.14
Hex6C423D0272C3A61c21
Octal15410275047547263441
Binary11011001000010111101010011110110011101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C423D; }

 p { color: rgb(108,66,61); }

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

<style>
 a { background-color: #6C423D; }

 a { background-color: rgb(108,66,61); }

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

<style>
 span { border-color: #6C423D; }

 span { border-color: rgb(108,66,61); }

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