#6F523E

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

Shades of Old Copper #6F523E

Tints of Old Copper #6F523E

Color information

#6F523E (or 0x6F523E) is unknown color: approx Old Copper. HEX triplet: 6F, 52 and 3E. RGB value is (111,82,62). Sum of RGB (Red+Green+Blue) = 111+82+62=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F523E is #90ADC1. Grayscale: #585858. Windows color (decimal): -9481666 or 4084335. OLE color: 4084335.

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

Color convert

RGB1118262-
CMYK00.260.440.56
HSL24.49º28.32%33.92%-
HSV(B)24.49º44.14%43.53%-
XYZ10.449.765.89-
YUV88.39113.11144.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=43.53%
G=32.16%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111826200.260.440.5624.4928.3233.92
Hex6F523E01A2C38181c22
Octal157122760325470303442
Binary110111110100101111100110101011001110001100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,62); }

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

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

 a { background-color: rgb(111,82,62); }

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

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

 span { border-color: rgb(111,82,62); }

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