#6C5038

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

Shades of Old Copper #6C5038

Tints of Old Copper #6C5038

Color information

#6C5038 (or 0x6C5038) is unknown color: approx Old Copper. HEX triplet: 6C, 50 and 38. RGB value is (108,80,56). Sum of RGB (Red+Green+Blue) = 108+80+56=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5038 is #93AFC7. Grayscale: #555555. Windows color (decimal): -9678792 or 3690604. OLE color: 3690604.

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

Color convert

RGB1088056-
CMYK00.260.480.58
HSL27.69º31.71%32.16%-
HSV(B)27.69º48.15%42.35%-
XYZ9.779.215-
YUV85.64111.28143.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=44.26%
G=32.79%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108805600.260.480.5827.6931.7132.16
Hex6C503801A303A1c2020
Octal154120700326072344040
Binary1101100101000011100001101011000011101011100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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