#6F4D36

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

Shades of Old Copper #6F4D36

Tints of Old Copper #6F4D36

Color information

#6F4D36 (or 0x6F4D36) is unknown color: approx Old Copper. HEX triplet: 6F, 4D and 36. RGB value is (111,77,54). Sum of RGB (Red+Green+Blue) = 111+77+54=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D36 is #90B2C9. Grayscale: #545454. Windows color (decimal): -9482954 or 3558767. OLE color: 3558767.

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

Color convert

RGB1117754-
CMYK00.310.510.56
HSL24.21º34.55%32.35%-
HSV(B)24.21º51.35%43.53%-
XYZ9.888.954.7-
YUV84.54110.76146.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=45.87%
G=31.82%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111775400.310.510.5624.2134.5532.35
Hex6F4D3601F3338182320
Octal157115660376370304340
Binary1101111100110111011001111111001111100011000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,77,54); }

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

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

 a { background-color: rgb(111,77,54); }

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

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

 span { border-color: rgb(111,77,54); }

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