#684C1F

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

Shades of Antique Brass #684C1F

Tints of Antique Brass #684C1F

Color information

#684C1F (or 0x684C1F) is unknown color: approx Antique Brass. HEX triplet: 68, 4C and 1F. RGB value is (104,76,31). Sum of RGB (Red+Green+Blue) = 104+76+31=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #684C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C1F is #97B3E0. Grayscale: #4F4F4F. Windows color (decimal): -9941985 or 2051176. OLE color: 2051176.

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

Color convert

RGB1047631-
CMYK00.270.700.59
HSL36.99º54.07%26.47%-
HSV(B)36.99º70.19%40.78%-
XYZ8.548.212.43-
YUV79.24100.78145.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=49.29%
G=36.02%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104763100.270.700.5936.9954.0726.47
Hex684C1F01B463B25361a
Octal1501143703310673456632
Binary1101000100110011111011011100011011101110010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,76,31); }

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

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

 a { background-color: rgb(104,76,31); }

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

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

 span { border-color: rgb(104,76,31); }

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