#6C5039

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

Shades of Old Copper #6C5039

Tints of Old Copper #6C5039

Color information

#6C5039 (or 0x6C5039) is unknown color: approx Old Copper. HEX triplet: 6C, 50 and 39. RGB value is (108,80,57). Sum of RGB (Red+Green+Blue) = 108+80+57=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5039 is #93AFC6. Grayscale: #555555. Windows color (decimal): -9678791 or 3756140. OLE color: 3756140.

HSL color Cylindrical-coordinate representation of color #6C5039: hue angle of 27.06º 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 #6C5039 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1088057-
CMYK00.260.470.58
HSL27.06º30.91%32.35%-
HSV(B)27.06º47.22%42.35%-
XYZ9.799.225.13-
YUV85.75111.78143.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=44.08%
G=32.65%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108805700.260.470.5827.0630.9132.35
Hex6C503901A2F3A1b1f20
Octal154120710325772333740
Binary110110010100001110010110101011111110101101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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