#6B4235

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

Shades of Metallic Copper #6B4235

Tints of Metallic Copper #6B4235

Color information

#6B4235 (or 0x6B4235) is unknown color: approx Metallic Copper. HEX triplet: 6B, 42 and 35. RGB value is (107,66,53). Sum of RGB (Red+Green+Blue) = 107+66+53=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4235 is #94BDCA. Grayscale: #4C4C4C. Windows color (decimal): -9747915 or 3490411. OLE color: 3490411.

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

Color convert

RGB1076653-
CMYK00.380.500.58
HSL14.44º33.75%31.37%-
HSV(B)14.44º50.47%41.96%-
XYZ8.657.284.32-
YUV76.78114.58149.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=47.35%
G=29.20%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107665300.380.500.5814.4433.7531.37
Hex6B4235026323Ae221f
Octal153102650466272164237
Binary110101110000101101010100110110010111010111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,66,53); }

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

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

 a { background-color: rgb(107,66,53); }

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

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

 span { border-color: rgb(107,66,53); }

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