#6C3B36

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

Shades of Metallic Copper #6C3B36

Tints of Metallic Copper #6C3B36

Color information

#6C3B36 (or 0x6C3B36) is unknown color: approx Metallic Copper. HEX triplet: 6C, 3B and 36. RGB value is (108,59,54). Sum of RGB (Red+Green+Blue) = 108+59+54=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B36 is #93C4C9. Grayscale: #494949. Windows color (decimal): -9684170 or 3554156. OLE color: 3554156.

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

Color convert

RGB1085954-
CMYK00.450.500.58
HSL5.56º33.33%31.76%-
HSV(B)5.56º50%42.35%-
XYZ8.416.584.32-
YUV73.08117.23152.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=48.87%
G=26.70%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108595400.450.500.585.5633.3331.76
Hex6C3B3602D323A62120
Octal1547366055627264140
Binary11011001110111101100101101110010111010110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,54); }

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

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

 a { background-color: rgb(108,59,54); }

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

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

 span { border-color: rgb(108,59,54); }

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