#6F4034

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

Shades of Metallic Copper #6F4034

Tints of Metallic Copper #6F4034

Color information

#6F4034 (or 0x6F4034) is unknown color: approx Metallic Copper. HEX triplet: 6F, 40 and 34. RGB value is (111,64,52). Sum of RGB (Red+Green+Blue) = 111+64+52=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4034 is #90BFCB. Grayscale: #4C4C4C. Windows color (decimal): -9486284 or 3424367. OLE color: 3424367.

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

Color convert

RGB1116452-
CMYK00.420.530.56
HSL12.2º36.2%31.96%-
HSV(B)12.2º53.15%43.53%-
XYZ9.017.294.18-
YUV76.68114.07152.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=48.90%
G=28.19%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111645200.420.530.5612.236.231.96
Hex6F403402A3538c2420
Octal157100640526570144440
Binary1101111100000011010001010101101011110001100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,52); }

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

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

 a { background-color: rgb(111,64,52); }

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

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

 span { border-color: rgb(111,64,52); }

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