#6F5034

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

Shades of Old Copper #6F5034

Tints of Old Copper #6F5034

Color information

#6F5034 (or 0x6F5034) is unknown color: approx Old Copper. HEX triplet: 6F, 50 and 34. RGB value is (111,80,52). Sum of RGB (Red+Green+Blue) = 111+80+52=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5034 is #90AFCB. Grayscale: #565656. Windows color (decimal): -9482188 or 3428463. OLE color: 3428463.

HSL color Cylindrical-coordinate representation of color #6F5034: hue angle of 28.47º 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 #6F5034 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1118052-
CMYK00.280.530.56
HSL28.47º36.2%31.96%-
HSV(B)28.47º53.15%43.53%-
XYZ10.049.364.53-
YUV86.08108.77145.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=45.68%
G=32.92%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111805200.280.530.5628.4736.231.96
Hex6F503401C35381c2420
Octal157120640346570344440
Binary1101111101000011010001110011010111100011100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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