#6C4F39

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

Shades of Old Copper #6C4F39

Tints of Old Copper #6C4F39

Color information

#6C4F39 (or 0x6C4F39) is unknown color: approx Old Copper. HEX triplet: 6C, 4F and 39. RGB value is (108,79,57). Sum of RGB (Red+Green+Blue) = 108+79+57=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C4F39 is #93B0C6. Grayscale: #555555. Windows color (decimal): -9679047 or 3755884. OLE color: 3755884.

HSL color Cylindrical-coordinate representation of color #6C4F39: hue angle of 25.88º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C4F39 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1087957-
CMYK00.270.470.58
HSL25.88º30.91%32.35%-
HSV(B)25.88º47.22%42.35%-
XYZ9.729.085.11-
YUV85.16112.11144.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=44.26%
G=32.38%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108795700.270.470.5825.8830.9132.35
Hex6C4F3901B2F3A1a1f20
Octal154117710335772323740
Binary110110010011111110010110111011111110101101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,79,57); }

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

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

 a { background-color: rgb(108,79,57); }

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

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

 span { border-color: rgb(108,79,57); }

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