#6B4336

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

Shades of Metallic Copper #6B4336

Tints of Metallic Copper #6B4336

Color information

#6B4336 (or 0x6B4336) is unknown color: approx Metallic Copper. HEX triplet: 6B, 43 and 36. RGB value is (107,67,54). Sum of RGB (Red+Green+Blue) = 107+67+54=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4336 is #94BCC9. Grayscale: #4D4D4D. Windows color (decimal): -9747658 or 3556203. OLE color: 3556203.

HSL color Cylindrical-coordinate representation of color #6B4336: hue angle of 14.72º 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 #6B4336 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1076754-
CMYK00.370.500.58
HSL14.72º32.92%31.57%-
HSV(B)14.72º49.53%41.96%-
XYZ8.747.414.46-
YUV77.48114.75149.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.93%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=46.93%
G=29.39%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107675400.370.500.5814.7232.9231.57
Hex6B4336025323Af2120
Octal153103660456272174140
Binary1101011100001111011001001011100101110101111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,67,54); }

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

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

 a { background-color: rgb(107,67,54); }

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

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

 span { border-color: rgb(107,67,54); }

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