#6F4D35

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

Shades of Old Copper #6F4D35

Tints of Old Copper #6F4D35

Color information

#6F4D35 (or 0x6F4D35) is unknown color: approx Old Copper. HEX triplet: 6F, 4D and 35. RGB value is (111,77,53). Sum of RGB (Red+Green+Blue) = 111+77+53=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D35 is #90B2CA. Grayscale: #545454. Windows color (decimal): -9482955 or 3493231. OLE color: 3493231.

HSL color Cylindrical-coordinate representation of color #6F4D35: hue angle of 24.83º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F4D35 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1117753-
CMYK00.310.520.56
HSL24.83º35.37%32.16%-
HSV(B)24.83º52.25%43.53%-
XYZ9.858.944.58-
YUV84.43110.26146.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=46.06%
G=31.95%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111775300.310.520.5624.8335.3732.16
Hex6F4D3501F3438192320
Octal157115650376470314340
Binary1101111100110111010101111111010011100011001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,77,53); }

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

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

 a { background-color: rgb(111,77,53); }

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

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

 span { border-color: rgb(111,77,53); }

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