#684D21

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

Shades of Antique Brass #684D21

Tints of Antique Brass #684D21

Color information

#684D21 (or 0x684D21) is unknown color: approx Antique Brass. HEX triplet: 68, 4D and 21. RGB value is (104,77,33). Sum of RGB (Red+Green+Blue) = 104+77+33=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #684D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D21 is #97B2DE. Grayscale: #505050. Windows color (decimal): -9941727 or 2182504. OLE color: 2182504.

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

Color convert

RGB1047733-
CMYK00.260.680.59
HSL37.18º51.82%26.86%-
HSV(B)37.18º68.27%40.78%-
XYZ8.648.362.6-
YUV80.06101.45145.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=48.60%
G=35.98%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104773300.260.680.5937.1851.8226.86
Hex684D2101A443B25341b
Octal1501154103210473456433
Binary11010001001101100001011010100010011101110010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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