#684719

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

Shades of Antique Brass #684719

Tints of Antique Brass #684719

Color information

#684719 (or 0x684719) is unknown color: approx Antique Brass. HEX triplet: 68, 47 and 19. RGB value is (104,71,25). Sum of RGB (Red+Green+Blue) = 104+71+25=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #684719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684719 is #97B8E6. Grayscale: #4B4B4B. Windows color (decimal): -9943271 or 1656680. OLE color: 1656680.

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

Color convert

RGB1047125-
CMYK00.320.760.59
HSL34.94º61.24%25.29%-
HSV(B)34.94º75.96%40.78%-
XYZ8.147.521.94-
YUV75.6299.43148.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 25 (10.16% from 255) = 12.5%
R=52%
G=35.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104712500.320.760.5934.9461.2425.29
Hex6847190204C3B233d19
Octal1501073104011473437531
Binary11010001000111110010100000100110011101110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684719; }

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

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

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

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

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

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

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

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