#6D4F38

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

Shades of Old Copper #6D4F38

Tints of Old Copper #6D4F38

Color information

#6D4F38 (or 0x6D4F38) is unknown color: approx Old Copper. HEX triplet: 6D, 4F and 38. RGB value is (109,79,56). Sum of RGB (Red+Green+Blue) = 109+79+56=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F38 is #92B0C7. Grayscale: #555555. Windows color (decimal): -9613512 or 3690349. OLE color: 3690349.

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

Color convert

RGB1097956-
CMYK00.280.490.57
HSL26.04º32.12%32.35%-
HSV(B)26.04º48.62%42.75%-
XYZ9.829.134.99-
YUV85.35111.44144.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.67%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=44.67%
G=32.38%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109795600.280.490.5726.0432.1232.35
Hex6D4F3801C31391a2020
Octal155117700346171324040
Binary1101101100111111100001110011000111100111010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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