#6F5137

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

Shades of Old Copper #6F5137

Tints of Old Copper #6F5137

Color information

#6F5137 (or 0x6F5137) is unknown color: approx Old Copper. HEX triplet: 6F, 51 and 37. RGB value is (111,81,55). Sum of RGB (Red+Green+Blue) = 111+81+55=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5137 is #90AEC8. Grayscale: #575757. Windows color (decimal): -9481929 or 3625327. OLE color: 3625327.

HSL color Cylindrical-coordinate representation of color #6F5137: hue angle of 27.86º degrees, saturation: 0.34, 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 #6F5137 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1118155-
CMYK00.270.500.56
HSL27.86º33.73%32.55%-
HSV(B)27.86º50.45%43.53%-
XYZ10.199.544.92-
YUV87.01109.94145.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=44.94%
G=32.79%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111815500.270.500.5627.8633.7332.55
Hex6F513701B32381c2221
Octal157121670336270344241
Binary1101111101000111011101101111001011100011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,55); }

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

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

 a { background-color: rgb(111,81,55); }

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

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

 span { border-color: rgb(111,81,55); }

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