#684618

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

Shades of Antique Brass #684618

Tints of Antique Brass #684618

Color information

#684618 (or 0x684618) is unknown color: approx Antique Brass. HEX triplet: 68, 46 and 18. RGB value is (104,70,24). Sum of RGB (Red+Green+Blue) = 104+70+24=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #684618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684618 is #97B9E7. Grayscale: #4B4B4B. Windows color (decimal): -9943528 or 1590888. OLE color: 1590888.

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

Color convert

RGB1047024-
CMYK00.330.770.59
HSL34.5º62.5%25.1%-
HSV(B)34.5º76.92%40.78%-
XYZ8.067.391.87-
YUV74.9299.26148.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=52.53%
G=35.35%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104702400.330.770.5934.562.525.1
Hex6846180214D3B233e19
Octal1501063004111573437631
Binary11010001000110110000100001100110111101110001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684618; }

 p { color: rgb(104,70,24); }

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

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

 a { background-color: rgb(104,70,24); }

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

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

 span { border-color: rgb(104,70,24); }

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