#6F4E34

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

Shades of Old Copper #6F4E34

Tints of Old Copper #6F4E34

Color information

#6F4E34 (or 0x6F4E34) is unknown color: approx Old Copper. HEX triplet: 6F, 4E and 34. RGB value is (111,78,52). Sum of RGB (Red+Green+Blue) = 111+78+52=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E34 is #90B1CB. Grayscale: #555555. Windows color (decimal): -9482700 or 3427951. OLE color: 3427951.

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

Color convert

RGB1117852-
CMYK00.300.530.56
HSL26.44º36.2%31.96%-
HSV(B)26.44º53.15%43.53%-
XYZ9.99.084.48-
YUV84.9109.43146.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=46.06%
G=32.37%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111785200.300.530.5626.4436.231.96
Hex6F4E3401E35381a2420
Octal157116640366570324440
Binary1101111100111011010001111011010111100011010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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