#684017

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

Shades of Antique Brass #684017

Tints of Antique Brass #684017

Color information

#684017 (or 0x684017) is unknown color: approx Antique Brass. HEX triplet: 68, 40 and 17. RGB value is (104,64,23). Sum of RGB (Red+Green+Blue) = 104+64+23=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684017 is #97BFE8. Grayscale: #474747. Windows color (decimal): -9945065 or 1523816. OLE color: 1523816.

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

Color convert

RGB1046423-
CMYK00.380.780.59
HSL30.37º63.78%24.9%-
HSV(B)30.37º77.88%40.78%-
XYZ7.76.671.69-
YUV71.29100.75151.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 23 (9.38% from 255) = 12.04%
R=54.45%
G=33.51%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104642300.380.780.5930.3763.7824.9
Hex6840170264E3B1e4019
Octal15010027046116733610031
Binary11010001000000101110100110100111011101111110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684017; }

 p { color: rgb(104,64,23); }

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

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

 a { background-color: rgb(104,64,23); }

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

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

 span { border-color: rgb(104,64,23); }

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