#684E20

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

Shades of Antique Brass #684E20

Tints of Antique Brass #684E20

Color information

#684E20 (or 0x684E20) is unknown color: approx Antique Brass. HEX triplet: 68, 4E and 20. RGB value is (104,78,32). Sum of RGB (Red+Green+Blue) = 104+78+32=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #684E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E20 is #97B1DF. Grayscale: #505050. Windows color (decimal): -9941472 or 2117224. OLE color: 2117224.

HSL color Cylindrical-coordinate representation of color #684E20: hue angle of 38.33º 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 #684E20 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1047832-
CMYK00.250.690.59
HSL38.33º52.94%26.67%-
HSV(B)38.33º69.23%40.78%-
XYZ8.698.52.55-
YUV80.53100.61144.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=48.60%
G=36.45%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104783200.250.690.5938.3352.9426.67
Hex684E20019453B26351b
Octal1501164003110573466533
Binary11010001001110100000011001100010111101110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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