#684D20

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

Shades of Antique Brass #684D20

Tints of Antique Brass #684D20

Color information

#684D20 (or 0x684D20) is unknown color: approx Antique Brass. HEX triplet: 68, 4D and 20. RGB value is (104,77,32). Sum of RGB (Red+Green+Blue) = 104+77+32=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #684D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D20 is #97B2DF. Grayscale: #505050. Windows color (decimal): -9941728 or 2116968. OLE color: 2116968.

HSL color Cylindrical-coordinate representation of color #684D20: hue angle of 37.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684D20 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1047732-
CMYK00.260.690.59
HSL37.5º52.94%26.67%-
HSV(B)37.5º69.23%40.78%-
XYZ8.628.362.52-
YUV79.94100.95145.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=48.83%
G=36.15%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104773200.260.690.5937.552.9426.67
Hex684D2001A453B26351b
Octal1501154003210573466533
Binary11010001001101100000011010100010111101110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D20; }

 p { color: rgb(104,77,32); }

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

<style>
 a { background-color: #684D20; }

 a { background-color: rgb(104,77,32); }

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

<style>
 span { border-color: #684D20; }

 span { border-color: rgb(104,77,32); }

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