#6F4938

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

Shades of Old Copper #6F4938

Tints of Old Copper #6F4938

Color information

#6F4938 (or 0x6F4938) is unknown color: approx Old Copper. HEX triplet: 6F, 49 and 38. RGB value is (111,73,56). Sum of RGB (Red+Green+Blue) = 111+73+56=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4938 is #90B6C7. Grayscale: #525252. Windows color (decimal): -9483976 or 3688815. OLE color: 3688815.

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

Color convert

RGB1117356-
CMYK00.340.500.56
HSL18.55º32.93%32.75%-
HSV(B)18.55º49.55%43.53%-
XYZ9.658.434.86-
YUV82.42113.09148.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=46.25%
G=30.42%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111735600.340.500.5618.5532.9332.75
Hex6F49380223238132121
Octal157111700426270234141
Binary11011111001001111000010001011001011100010011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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