#6C3F3A

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

Shades of Metallic Copper #6C3F3A

Tints of Metallic Copper #6C3F3A

Color information

#6C3F3A (or 0x6C3F3A) is unknown color: approx Metallic Copper. HEX triplet: 6C, 3F and 3A. RGB value is (108,63,58). Sum of RGB (Red+Green+Blue) = 108+63+58=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3F3A is #93C0C5. Grayscale: #4B4B4B. Windows color (decimal): -9683142 or 3817324. OLE color: 3817324.

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

Color convert

RGB1086358-
CMYK00.420.460.58
HSL30.12%32.55%-
HSV(B)46.3%42.35%-
XYZ8.737.054.9-
YUV75.88117.91150.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.16%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=47.16%
G=27.51%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108635800.420.460.58630.1232.55
Hex6C3F3A02A2E3A61e21
Octal1547772052567263641
Binary1101100111111111010010101010111011101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,63,58); }

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

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

 a { background-color: rgb(108,63,58); }

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

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

 span { border-color: rgb(108,63,58); }

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