#684515

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

Shades of Antique Brass #684515

Tints of Antique Brass #684515

Color information

#684515 (or 0x684515) is unknown color: approx Antique Brass. HEX triplet: 68, 45 and 15. RGB value is (104,69,21). Sum of RGB (Red+Green+Blue) = 104+69+21=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #684515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684515 is #97BAEA. Grayscale: #4A4A4A. Windows color (decimal): -9943787 or 1394024. OLE color: 1394024.

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

Color convert

RGB1046921-
CMYK00.340.800.59
HSL34.7º66.4%24.51%-
HSV(B)34.7º79.81%40.78%-
XYZ7.977.251.69-
YUV73.9998.1149.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=53.61%
G=35.57%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104692100.340.800.5934.766.424.51
Hex684515022503B234219
Octal15010525042120734310231
Binary110100010001011010101000101010000111011100011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684515; }

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

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

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

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

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

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

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

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