#684418

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

Shades of Antique Brass #684418

Tints of Antique Brass #684418

Color information

#684418 (or 0x684418) is unknown color: approx Antique Brass. HEX triplet: 68, 44 and 18. RGB value is (104,68,24). Sum of RGB (Red+Green+Blue) = 104+68+24=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #684418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684418 is #97BBE7. Grayscale: #494949. Windows color (decimal): -9944040 or 1590376. OLE color: 1590376.

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

Color convert

RGB1046824-
CMYK00.350.770.59
HSL33º62.5%25.1%-
HSV(B)33º76.92%40.78%-
XYZ7.947.141.82-
YUV73.7599.93149.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=53.06%
G=34.69%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104682400.350.770.593362.525.1
Hex6844180234D3B213e19
Octal1501043004311573417631
Binary11010001000100110000100011100110111101110000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684418; }

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

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

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

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

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

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

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

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