#684319

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

Shades of Antique Brass #684319

Tints of Antique Brass #684319

Color information

#684319 (or 0x684319) is unknown color: approx Antique Brass. HEX triplet: 68, 43 and 19. RGB value is (104,67,25). Sum of RGB (Red+Green+Blue) = 104+67+25=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #684319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684319 is #97BCE6. Grayscale: #494949. Windows color (decimal): -9944295 or 1655656. OLE color: 1655656.

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

Color convert

RGB1046725-
CMYK00.360.760.59
HSL31.9º61.24%25.29%-
HSV(B)31.9º75.96%40.78%-
XYZ7.897.031.86-
YUV73.27100.76149.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=53.06%
G=34.18%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104672500.360.760.5931.961.2425.29
Hex6843190244C3B203d19
Octal1501033104411473407531
Binary11010001000011110010100100100110011101110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684319; }

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

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

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

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

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

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

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

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