#684D1C

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

Shades of Antique Brass #684D1C

Tints of Antique Brass #684D1C

Color information

#684D1C (or 0x684D1C) is unknown color: approx Antique Brass. HEX triplet: 68, 4D and 1C. RGB value is (104,77,28). Sum of RGB (Red+Green+Blue) = 104+77+28=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #684D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D1C is #97B2E3. Grayscale: #4F4F4F. Windows color (decimal): -9941732 or 1854824. OLE color: 1854824.

HSL color Cylindrical-coordinate representation of color #684D1C: hue angle of 38.68º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #684D1C is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1047728-
CMYK00.260.730.59
HSL38.68º57.58%25.88%-
HSV(B)38.68º73.08%40.78%-
XYZ8.578.332.26-
YUV79.4998.95145.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=49.76%
G=36.84%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104772800.260.730.5938.6857.5825.88
Hex684D1C01A493B273a1a
Octal1501153403211173477232
Binary1101000100110111100011010100100111101110011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D1C; }

 p { color: rgb(104,77,28); }

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

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

 a { background-color: rgb(104,77,28); }

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

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

 span { border-color: rgb(104,77,28); }

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