#684419

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

Shades of Antique Brass #684419

Tints of Antique Brass #684419

Color information

#684419 (or 0x684419) is unknown color: approx Antique Brass. HEX triplet: 68, 44 and 19. RGB value is (104,68,25). Sum of RGB (Red+Green+Blue) = 104+68+25=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #684419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684419 is #97BBE6. Grayscale: #4A4A4A. Windows color (decimal): -9944039 or 1655912. OLE color: 1655912.

HSL color Cylindrical-coordinate representation of color #684419: hue angle of 32.66º 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 #684419 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1046825-
CMYK00.350.760.59
HSL32.66º61.24%25.29%-
HSV(B)32.66º75.96%40.78%-
XYZ7.957.151.88-
YUV73.86100.43149.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=52.79%
G=34.52%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104682500.350.760.5932.6661.2425.29
Hex6844190234C3B213d19
Octal1501043104311473417531
Binary11010001000100110010100011100110011101110000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684419; }

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

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

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

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

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

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

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

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