#6D4F37

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

Shades of Old Copper #6D4F37

Tints of Old Copper #6D4F37

Color information

#6D4F37 (or 0x6D4F37) is unknown color: approx Old Copper. HEX triplet: 6D, 4F and 37. RGB value is (109,79,55). Sum of RGB (Red+Green+Blue) = 109+79+55=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F37 is #92B0C8. Grayscale: #555555. Windows color (decimal): -9613513 or 3624813. OLE color: 3624813.

HSL color Cylindrical-coordinate representation of color #6D4F37: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4F37 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB1097955-
CMYK00.280.500.57
HSL26.67º32.93%32.16%-
HSV(B)26.67º49.54%42.75%-
XYZ9.799.124.86-
YUV85.23110.94144.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.86%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 55 (21.88% from 255) = 22.63%
R=44.86%
G=32.51%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109795500.280.500.5726.6732.9332.16
Hex6D4F3701C32391b2120
Octal155117670346271334140
Binary1101101100111111011101110011001011100111011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,79,55); }

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

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

 a { background-color: rgb(109,79,55); }

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

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

 span { border-color: rgb(109,79,55); }

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