#6F4437

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

Shades of Metallic Copper #6F4437

Tints of Metallic Copper #6F4437

Color information

#6F4437 (or 0x6F4437) is unknown color: approx Metallic Copper. HEX triplet: 6F, 44 and 37. RGB value is (111,68,55). Sum of RGB (Red+Green+Blue) = 111+68+55=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4437 is #90BBC8. Grayscale: #4F4F4F. Windows color (decimal): -9485257 or 3621999. OLE color: 3621999.

HSL color Cylindrical-coordinate representation of color #6F4437: hue angle of 13.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4437 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1116855-
CMYK00.390.500.56
HSL13.93º33.73%32.55%-
HSV(B)13.93º50.45%43.53%-
XYZ9.317.794.63-
YUV79.37114.25150.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=47.44%
G=29.06%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111685500.390.500.5613.9333.7332.55
Hex6F44370273238e2221
Octal157104670476270164241
Binary1101111100010011011101001111100101110001110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,68,55); }

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

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

 a { background-color: rgb(111,68,55); }

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

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

 span { border-color: rgb(111,68,55); }

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