#6F523A

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

Shades of Old Copper #6F523A

Tints of Old Copper #6F523A

Color information

#6F523A (or 0x6F523A) is unknown color: approx Old Copper. HEX triplet: 6F, 52 and 3A. RGB value is (111,82,58). Sum of RGB (Red+Green+Blue) = 111+82+58=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F523A is #90ADC5. Grayscale: #585858. Windows color (decimal): -9481670 or 3822191. OLE color: 3822191.

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

Color convert

RGB1118258-
CMYK00.260.480.56
HSL27.17º31.36%33.14%-
HSV(B)27.17º47.75%43.53%-
XYZ10.349.725.33-
YUV87.94111.11144.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=44.22%
G=32.67%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111825800.260.480.5627.1731.3633.14
Hex6F523A01A30381b1f21
Octal157122720326070333741
Binary110111110100101110100110101100001110001101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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