#6E5136

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

Shades of Old Copper #6E5136

Tints of Old Copper #6E5136

Color information

#6E5136 (or 0x6E5136) is unknown color: approx Old Copper. HEX triplet: 6E, 51 and 36. RGB value is (110,81,54). Sum of RGB (Red+Green+Blue) = 110+81+54=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5136 is #91AEC9. Grayscale: #565656. Windows color (decimal): -9547466 or 3559790. OLE color: 3559790.

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

Color convert

RGB1108154-
CMYK00.260.510.57
HSL28.93º34.15%32.16%-
HSV(B)28.93º50.91%43.14%-
XYZ10.049.474.79-
YUV86.59109.61144.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=44.90%
G=33.06%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110815400.260.510.5728.9334.1532.16
Hex6E513601A33391d2220
Octal156121660326371354240
Binary1101110101000111011001101011001111100111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,54); }

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

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

 a { background-color: rgb(110,81,54); }

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

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

 span { border-color: rgb(110,81,54); }

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