#6A4E20

Color #6A4E20 Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #6A4E20

Tints of Antique Brass #6A4E20

Color information

#6A4E20 (or 0x6A4E20) is unknown color: approx Antique Brass. HEX triplet: 6A, 4E and 20. RGB value is (106,78,32). Sum of RGB (Red+Green+Blue) = 106+78+32=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E20 is #95B1DF. Grayscale: #515151. Windows color (decimal): -9810400 or 2117226. OLE color: 2117226.

HSL color Cylindrical-coordinate representation of color #6A4E20: hue angle of 37.3º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A4E20 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1067832-
CMYK00.260.700.58
HSL37.3º53.62%27.06%-
HSV(B)37.3º69.81%41.57%-
XYZ8.938.622.56-
YUV81.13100.28145.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.07%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=49.07%
G=36.11%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106783200.260.700.5837.353.6227.06
Hex6A4E2001A463A25361b
Octal1521164003210672456633
Binary11010101001110100000011010100011011101010010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,32); }

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

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

 a { background-color: rgb(106,78,32); }

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

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

 span { border-color: rgb(106,78,32); }

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