#6C4031

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

Shades of Metallic Copper #6C4031

Tints of Metallic Copper #6C4031

Color information

#6C4031 (or 0x6C4031) is unknown color: approx Metallic Copper. HEX triplet: 6C, 40 and 31. RGB value is (108,64,49). Sum of RGB (Red+Green+Blue) = 108+64+49=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4031 is #93BFCE. Grayscale: #4B4B4B. Windows color (decimal): -9682895 or 3227756. OLE color: 3227756.

HSL color Cylindrical-coordinate representation of color #6C4031: hue angle of 15.25º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C4031 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB1086449-
CMYK00.410.550.58
HSL15.25º37.58%30.78%-
HSV(B)15.25º54.63%42.35%-
XYZ8.577.083.82-
YUV75.45113.08151.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=48.87%
G=28.96%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108644900.410.550.5815.2537.5830.78
Hex6C4031029373Af261f
Octal154100610516772174637
Binary110110010000001100010101001110111111010111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,64,49); }

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

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

 a { background-color: rgb(108,64,49); }

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

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

 span { border-color: rgb(108,64,49); }

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