#6f5038

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

Shades of Old Copper #6F5038

Tints of Old Copper #6F5038

Color information

#6F5038 (or 0x6F5038) is unknown color: approx Old Copper. HEX triplet: 6F, 50 and 38. RGB value is (111,80,56). Sum of RGB (Red+Green+Blue) = 111+80+56=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5038 is #90AFC7. Grayscale: #565656. Windows color (decimal): -9482184 or 3690607. OLE color: 3690607.

HSL color Cylindrical-coordinate representation of color #6F5038: hue angle of 26.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5038 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1118056-
CMYK00.280.500.56
HSL26.18º32.93%32.75%-
HSV(B)26.18º49.55%43.53%-
XYZ10.149.45.02-
YUV86.53110.77145.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=44.94%
G=32.39%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111805600.280.500.5626.1832.9332.75
Hex6F503801C32381a2121
Octal157120700346270324141
Binary1101111101000011100001110011001011100011010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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