#684519

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

Shades of Antique Brass #684519

Tints of Antique Brass #684519

Color information

#684519 (or 0x684519) is unknown color: approx Antique Brass. HEX triplet: 68, 45 and 19. RGB value is (104,69,25). Sum of RGB (Red+Green+Blue) = 104+69+25=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #684519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684519 is #97BAE6. Grayscale: #4A4A4A. Windows color (decimal): -9943783 or 1656168. OLE color: 1656168.

HSL color Cylindrical-coordinate representation of color #684519: hue angle of 33.42º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #684519 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1046925-
CMYK00.340.760.59
HSL33.42º61.24%25.29%-
HSV(B)33.42º75.96%40.78%-
XYZ8.017.271.9-
YUV74.45100.1149.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=52.53%
G=34.85%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104692500.340.760.5933.4261.2425.29
Hex6845190224C3B213d19
Octal1501053104211473417531
Binary11010001000101110010100010100110011101110000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684519; }

 p { color: rgb(104,69,25); }

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

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

 a { background-color: rgb(104,69,25); }

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

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

 span { border-color: rgb(104,69,25); }

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