#6D513B

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

Shades of Old Copper #6D513B

Tints of Old Copper #6D513B

Color information

#6D513B (or 0x6D513B) is unknown color: approx Old Copper. HEX triplet: 6D, 51 and 3B. RGB value is (109,81,59). Sum of RGB (Red+Green+Blue) = 109+81+59=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D513B is #92AEC4. Grayscale: #565656. Windows color (decimal): -9612997 or 3887469. OLE color: 3887469.

HSL color Cylindrical-coordinate representation of color #6D513B: hue angle of 26.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D513B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB1098159-
CMYK00.260.460.57
HSL26.4º29.76%32.94%-
HSV(B)26.4º45.87%42.75%-
XYZ10.049.455.43-
YUV86.86112.28143.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=43.78%
G=32.53%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109815900.260.460.5726.429.7632.94
Hex6D513B01A2E391a1e21
Octal155121730325671323641
Binary110110110100011110110110101011101110011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,81,59); }

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

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

 a { background-color: rgb(109,81,59); }

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

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

 span { border-color: rgb(109,81,59); }

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