#6C5138

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

Shades of Old Copper #6C5138

Tints of Old Copper #6C5138

Color information

#6C5138 (or 0x6C5138) is unknown color: approx Old Copper. HEX triplet: 6C, 51 and 38. RGB value is (108,81,56). Sum of RGB (Red+Green+Blue) = 108+81+56=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5138 is #93AEC7. Grayscale: #565656. Windows color (decimal): -9678536 or 3690860. OLE color: 3690860.

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

Color convert

RGB1088156-
CMYK00.250.480.58
HSL28.85º31.71%32.16%-
HSV(B)28.85º48.15%42.35%-
XYZ9.849.365.03-
YUV86.22110.95143.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=44.08%
G=33.06%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108815600.250.480.5828.8531.7132.16
Hex6C5138019303A1d2020
Octal154121700316072354040
Binary1101100101000111100001100111000011101011101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,81,56); }

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

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

 a { background-color: rgb(108,81,56); }

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

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

 span { border-color: rgb(108,81,56); }

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