#6F4A38

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

Shades of Old Copper #6F4A38

Tints of Old Copper #6F4A38

Color information

#6F4A38 (or 0x6F4A38) is unknown color: approx Old Copper. HEX triplet: 6F, 4A and 38. RGB value is (111,74,56). Sum of RGB (Red+Green+Blue) = 111+74+56=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A38 is #90B5C7. Grayscale: #535353. Windows color (decimal): -9483720 or 3689071. OLE color: 3689071.

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

Color convert

RGB1117456-
CMYK00.330.500.56
HSL19.64º32.93%32.75%-
HSV(B)19.64º49.55%43.53%-
XYZ9.728.564.88-
YUV83.01112.76147.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=46.06%
G=30.71%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111745600.330.500.5619.6432.9332.75
Hex6F4A380213238142121
Octal157112700416270244141
Binary11011111001010111000010000111001011100010100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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