#6F4132

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

Shades of Metallic Copper #6F4132

Tints of Metallic Copper #6F4132

Color information

#6F4132 (or 0x6F4132) is unknown color: approx Metallic Copper. HEX triplet: 6F, 41 and 32. RGB value is (111,65,50). Sum of RGB (Red+Green+Blue) = 111+65+50=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4132 is #90BECD. Grayscale: #4D4D4D. Windows color (decimal): -9486030 or 3293551. OLE color: 3293551.

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

Color convert

RGB1116550-
CMYK00.410.550.56
HSL14.75º37.89%31.57%-
HSV(B)14.75º54.95%43.53%-
XYZ9.027.393.97-
YUV77.04112.74152.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=49.12%
G=28.76%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111655000.410.550.5614.7537.8931.57
Hex6F41320293738f2620
Octal157101620516770174640
Binary1101111100000111001001010011101111110001111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,50); }

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

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

 a { background-color: rgb(111,65,50); }

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

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

 span { border-color: rgb(111,65,50); }

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