#6D523A

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

Shades of Old Copper #6D523A

Tints of Old Copper #6D523A

Color information

#6D523A (or 0x6D523A) is unknown color: approx Old Copper. HEX triplet: 6D, 52 and 3A. RGB value is (109,82,58). Sum of RGB (Red+Green+Blue) = 109+82+58=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D523A is #92ADC5. Grayscale: #575757. Windows color (decimal): -9612742 or 3822189. OLE color: 3822189.

HSL color Cylindrical-coordinate representation of color #6D523A: hue angle of 28.24º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D523A is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB1098258-
CMYK00.250.470.57
HSL28.24º30.54%32.75%-
HSV(B)28.24º46.79%42.75%-
XYZ10.099.595.32-
YUV87.34111.45143.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=43.78%
G=32.93%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109825800.250.470.5728.2430.5432.75
Hex6D523A0192F391c1f21
Octal155122720315771343741
Binary110110110100101110100110011011111110011110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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