#684013

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

Shades of Antique Brass #684013

Tints of Antique Brass #684013

Color information

#684013 (or 0x684013) is unknown color: approx Antique Brass. HEX triplet: 68, 40 and 13. RGB value is (104,64,19). Sum of RGB (Red+Green+Blue) = 104+64+19=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #684013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684013 is #97BFEC. Grayscale: #474747. Windows color (decimal): -9945069 or 1261672. OLE color: 1261672.

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

Color convert

RGB1046419-
CMYK00.380.820.59
HSL31.76º69.11%24.12%-
HSV(B)31.76º81.73%40.78%-
XYZ7.666.661.5-
YUV70.8398.75151.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=55.61%
G=34.22%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104641900.380.820.5931.7669.1124.12
Hex684013026523B204518
Octal15010023046122734010530
Binary110100010000001001101001101010010111011100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684013; }

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

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

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

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

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

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

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

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