#684015

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

Shades of Antique Brass #684015

Tints of Antique Brass #684015

Color information

#684015 (or 0x684015) is unknown color: approx Antique Brass. HEX triplet: 68, 40 and 15. RGB value is (104,64,21). Sum of RGB (Red+Green+Blue) = 104+64+21=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #684015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684015 is #97BFEA. Grayscale: #474747. Windows color (decimal): -9945067 or 1392744. OLE color: 1392744.

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

Color convert

RGB1046421-
CMYK00.380.800.59
HSL31.08º66.4%24.51%-
HSV(B)31.08º79.81%40.78%-
XYZ7.686.661.59-
YUV71.0699.75151.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=55.03%
G=33.86%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104642100.380.800.5931.0866.424.51
Hex684015026503B1f4219
Octal15010025046120733710231
Binary11010001000000101010100110101000011101111111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684015; }

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

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

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

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

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

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

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

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